public class CLOPdrTypes extends CLO<java.util.List<PDRType>>
Constructor and Description |
---|
CLOPdrTypes()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<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 java.util.List<PDRType> validateAndReturn(CommandLine mCL) throws java.lang.Exception
CLO
validateAndReturn
in class CLO<java.util.List<PDRType>>
mCL
- (CommandLine) The command line object.java.lang.Exception
- Thrown when the validation fails.