public class CLOPdrType extends CLO<PDRType>
Constructor and Description |
---|
CLOPdrType()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PDRType |
validateAndReturn(CommandLine mCL)
Validate and return the command line arguments user input.
|
getCommandLineInput, getDescription, getLongOption, getOptionsHelpOutput, getShortOption, setDescription, setLongOption, setShortOption, toString, validateAndReturn
public final PDRType validateAndReturn(CommandLine mCL) throws java.lang.Exception
CLO
validateAndReturn
in class CLO<PDRType>
mCL
- (CommandLine) The command line object.java.lang.Exception
- Thrown when the validation fails.