Package org.duracloud.mill.ltp.bit
Class LoopingBitIntegrityTaskProducerCommandLineOptions
- java.lang.Object
-
- org.apache.commons.cli.Options
-
- org.duracloud.mill.util.CommonCommandLineOptions
-
- org.duracloud.mill.ltp.bit.LoopingBitIntegrityTaskProducerCommandLineOptions
-
- All Implemented Interfaces:
Serializable
public class LoopingBitIntegrityTaskProducerCommandLineOptions extends CommonCommandLineOptions
- Author:
- Daniel Bernstein Date: May 5, 2014
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXCLUSION_LIST_OPTIONstatic StringINCLUSION_LIST_OPTION-
Fields inherited from class org.duracloud.mill.util.CommonCommandLineOptions
CONFIG_FILE_OPTION, WORK_DIR_OPTION
-
-
Constructor Summary
Constructors Constructor Description LoopingBitIntegrityTaskProducerCommandLineOptions()
-
-
-
Field Detail
-
EXCLUSION_LIST_OPTION
public static final String EXCLUSION_LIST_OPTION
- See Also:
- Constant Field Values
-
INCLUSION_LIST_OPTION
public static final String INCLUSION_LIST_OPTION
- See Also:
- Constant Field Values
-
-