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
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()