Uses of Class
org.duracloud.sync.config.SyncToolConfig
-
Packages that use SyncToolConfig Package Description org.duracloud.sync org.duracloud.sync.config -
-
Uses of SyncToolConfig in org.duracloud.sync
Methods in org.duracloud.sync with parameters of type SyncToolConfig Modifier and Type Method Description protected booleanSyncTool. configEquals(SyncToolConfig currConfig, SyncToolConfig prevConfig)Determines if two sets of configuration are "equal enough" to indicate that the content to be reviewed for sync operations has not changed on either the local or remote end, suggesting that a re-start would be permissable.protected voidSyncTool. setSyncConfig(SyncToolConfig syncConfig)Sets the configuration of the sync tool. -
Uses of SyncToolConfig in org.duracloud.sync.config
Methods in org.duracloud.sync.config that return SyncToolConfig Modifier and Type Method Description SyncToolConfigSyncToolConfigParser. processCommandLine(String[] args)Parses command line configuration into an object structure, validates correct values along the way.protected SyncToolConfigSyncToolConfigParser. processConfigFileOptions(String[] args)protected SyncToolConfigSyncToolConfigParser. processStandardOptions(String[] args)protected SyncToolConfigSyncToolConfigParser. processStandardOptions(String[] args, boolean requirePassword)SyncToolConfigSyncToolConfigParser. retrievePrevConfig(File backupDir)Retrieves the configuration of the previous run of the Sync Tool.
-