Package org.duracloud.sync.config
Class SyncConfig
- java.lang.Object
-
- org.duracloud.sync.config.SyncConfig
-
public class SyncConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_WORK_DIRstatic StringSYNC_WORK_PROP
-
Constructor Summary
Constructors Modifier Constructor Description protectedSyncConfig()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FilegetWorkDir()static voidsetWorkDir(File newWorkDir)
-
-
-
Field Detail
-
SYNC_WORK_PROP
public static final String SYNC_WORK_PROP
- See Also:
- Constant Field Values
-
DEFAULT_WORK_DIR
public static final String DEFAULT_WORK_DIR
-
-