Package com.aoindustries.aoserv.backup
Class MacOsXEnvironment
java.lang.Object
com.aoindustries.aoserv.backup.FileEnvironment
com.aoindustries.aoserv.backup.MacOsXEnvironment
- All Implemented Interfaces:
BackupEnvironment
Mac OS environment.
- Author:
- AO Industries, Inc.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Map<String, FilesystemIteratorRule> Gets the default set of filesystem prefix rules for this environment.protected Map<String, FilesystemIteratorRule> Gets the default set of filesystem rules for this environment.Methods inherited from class com.aoindustries.aoserv.backup.FileEnvironment
cleanup, getDefaultSourceIpAddress, getDeviceIdentifier, getDirectoryList, getFailoverBatchSize, getFastRandom, getFile, getFilenameIterator, getGid, getInputStream, getLength, getModifyTime, getNameOfFile, getReplicatedMysqlMinorVersions, getReplicatedMysqlServers, getRequiredFilenames, getServerPath, getStatMode, getUid, init, postBackup, preBackup, readLinkMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.aoindustries.aoserv.backup.BackupEnvironment
getConnector, getLogger, getThisHost
-
Constructor Details
-
MacOsXEnvironment
public MacOsXEnvironment()
-
-
Method Details
-
getFilesystemIteratorRules
protected Map<String,FilesystemIteratorRule> getFilesystemIteratorRules(FileReplication ffr) throws IOException, SQLException Description copied from class:FileEnvironmentGets the default set of filesystem rules for this environment. This should not include file backup settings, they will override the values returned here. The returned map may be modified, to maintain internal consistency, return a copy of the map if needed.- Specified by:
getFilesystemIteratorRulesin classFileEnvironment- Throws:
IOExceptionSQLException
-
getFilesystemIteratorPrefixRules
protected Map<String,FilesystemIteratorRule> getFilesystemIteratorPrefixRules(FileReplication ffr) throws IOException, SQLException Description copied from class:FileEnvironmentGets the default set of filesystem prefix rules for this environment.- Specified by:
getFilesystemIteratorPrefixRulesin classFileEnvironment- Throws:
IOExceptionSQLException
-
