Package org.duracloud.mill.ltp.dup
Class DuplicationOptions
- java.lang.Object
-
- org.apache.commons.cli.Options
-
- org.duracloud.mill.util.CommonCommandLineOptions
-
- org.duracloud.mill.ltp.dup.DuplicationOptions
-
- All Implemented Interfaces:
Serializable
public class DuplicationOptions extends CommonCommandLineOptions
- Author:
- Daniel Bernstein Date: Apr 23, 2014
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringLOCAL_DUPLICATION_DIR_OPTIONstatic StringPOLICY_BUCKET_SUFFIX-
Fields inherited from class org.duracloud.mill.util.CommonCommandLineOptions
CONFIG_FILE_OPTION
-
-
Constructor Summary
Constructors Constructor Description DuplicationOptions()
-
-
-
Field Detail
-
LOCAL_DUPLICATION_DIR_OPTION
public static final String LOCAL_DUPLICATION_DIR_OPTION
- See Also:
- Constant Field Values
-
POLICY_BUCKET_SUFFIX
public static final String POLICY_BUCKET_SUFFIX
- See Also:
- Constant Field Values
-
-