|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for options that may be registered and parsed by the ArgumentParser.
Method Summary | |
String |
getOption()
Must return the flag and parameters of this option. |
String |
getUsage()
Must return a description of the usage of this option. |
int |
parse(List values)
Must check whether values begins with this option. |
Method Detail |
public int parse(List values) throws MissingArgumentException, ArgumentFormatException, BailOutException
MissingArgumentException
ArgumentFormatException
BailOutException
public String getOption()
public String getUsage()
|
FreeHEP API Version current |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |