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