|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Parameter
Interface for parameters that may be registered and parsed by the ArgumentParser.
| Method Summary | |
|---|---|
String |
getName()
Must return name of the parameter. |
String |
getUsage()
Must return a description of the usage of this parameter. |
int |
parse(List<String> values)
Must check for a parameter. |
| Method Detail |
|---|
int parse(List<String> values)
throws MissingArgumentException,
ArgumentFormatException
MissingArgumentException
ArgumentFormatExceptionString getName()
String getUsage()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||