O - The type of interface provided by this Clipublic interface Cli<O>
O| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(HelpMessage helpMessage)
BETA: may be removed or altered in future versions
Fill in a help message suitable for describing the options to the user
|
String |
getHelpMessage()
Get a help message suitable for describing the options to the user
|
O |
parseArguments(String... arguments)
Parse the arguments and present them as an instance of the interface O
|
O parseArguments(String... arguments) throws ArgumentValidationException
arguments - The arguments that will be parsedArgumentValidationException - the arguments do not meet the cli specificationString getHelpMessage()
void describeTo(HelpMessage helpMessage)
Copyright © 2006-2014 lexicalscope. All Rights Reserved.