public class ArgumentParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ArgumentParser.ArgumentParserCommand
This class holds all parameters required, optional and flags
for given command in the command line;
|
static class |
ArgumentParser.ArgumentParserItem
internal class implementing items to be stored in the parser.
|
Constructor and Description |
---|
ArgumentParser() |
Modifier and Type | Method and Description |
---|---|
void |
addCommand(String command) |
ArgumentParser.ArgumentParserCommand |
getCommand() |
ArgumentParser.ArgumentParserCommand |
getCommand(String command) |
void |
parse(String[] args) |
void |
show() |
public void addCommand(String command)
public ArgumentParser.ArgumentParserCommand getCommand(String command)
public ArgumentParser.ArgumentParserCommand getCommand()
public void parse(String[] args)
public void show()
Jas4pp 1.5 © Java Analysis Studio for Particle Physics