Package | Description |
---|---|
org.km3net.tools |
Modifier and Type | Method and Description |
---|---|
static SimpleArgumentParser.ArgType |
SimpleArgumentParser.ArgType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleArgumentParser.ArgType[] |
SimpleArgumentParser.ArgType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleArgumentParser.addArgument(java.lang.String tag,
SimpleArgumentParser.ArgType type,
java.lang.String descr,
boolean multiple) |
void |
SimpleArgumentParser.addPositionalArgument(java.lang.String tag,
SimpleArgumentParser.ArgType type,
java.lang.String descr,
boolean multiple) |