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