com.application.areca.impl.policy
Interface FileSystemPolicy

All Superinterfaces:
Duplicable
All Known Implementing Classes:
AbstractFileSystemPolicy, DefaultFileSystemPolicy, FTPFileSystemPolicy

public interface FileSystemPolicy
extends Duplicable


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Method Summary
 java.io.File getArchiveDirectory()
           
 java.lang.String getArchiveName()
           
 java.lang.String getArchivePath()
           
 java.lang.String getDisplayableParameters()
           
 java.lang.String getId()
           
 int getMaxRetries()
           
 FileSystemDriver initFileSystemDriver()
           
 boolean retrySupported()
           
 void setArchiveName(java.lang.String s)
           
 void setMedium(ArchiveMedium medium)
           
 void synchronizeConfiguration()
           
 void validate(boolean extendedTests)
           
 
Methods inherited from interface com.myJava.object.Duplicable
duplicate
 

Method Detail

getId

java.lang.String getId()

getArchivePath

java.lang.String getArchivePath()

getArchiveDirectory

java.io.File getArchiveDirectory()

getArchiveName

java.lang.String getArchiveName()

setArchiveName

void setArchiveName(java.lang.String s)

initFileSystemDriver

FileSystemDriver initFileSystemDriver()
                                      throws ApplicationException
Throws:
ApplicationException

getDisplayableParameters

java.lang.String getDisplayableParameters()

validate

void validate(boolean extendedTests)
              throws ApplicationException
Throws:
ApplicationException

setMedium

void setMedium(ArchiveMedium medium)

synchronizeConfiguration

void synchronizeConfiguration()

retrySupported

boolean retrySupported()

getMaxRetries

int getMaxRetries()