Package org.waarp.vitam.common
Class WaarpCommon
- java.lang.Object
-
- org.waarp.vitam.common.WaarpCommon
-
public class WaarpCommon extends Object
Utility common to Ingest and DIP
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WaarpCommon.MonitorOption
MonitorOption classstatic class
WaarpCommon.TaskOption
TaskOption class
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIGURATION_FILE_CANNOT_BE_READ
static String
FOR_MANDATORY_ARGUMENTS
static String
FOR_SIMPLE_MANDATORY_ARGUMENTS
-
-
-
Field Detail
-
FOR_SIMPLE_MANDATORY_ARGUMENTS
public static final String FOR_SIMPLE_MANDATORY_ARGUMENTS
- See Also:
- Constant Field Values
-
FOR_MANDATORY_ARGUMENTS
public static final String FOR_MANDATORY_ARGUMENTS
- See Also:
- Constant Field Values
-
CONFIGURATION_FILE_CANNOT_BE_READ
public static final String CONFIGURATION_FILE_CANNOT_BE_READ
- See Also:
- Constant Field Values
-
-
Method Detail
-
checkHelp
public static boolean checkHelp(String[] args)
Check if help is required- Parameters:
args
-- Returns:
- True if help required
- Throws:
org.apache.commons.cli.ParseException
-
-