Package | Description |
---|---|
votorola.a.count |
Counting votes and resources.
|
votorola.a.response |
Interfacing with users by command/response.
|
votorola.a.response.line |
Interfacing with administrators via the command line.
|
votorola.g.option |
Parsing command line options.
|
Modifier and Type | Method and Description |
---|---|
(package private) static HashMap<String,Option> |
CR_Vote.compileOptions(CommandResponder.Session session)
Compiles a map of launch options.
|
Modifier and Type | Method and Description |
---|---|
protected static HashMap<String,Option> |
CommandResponder.Base.compileBaseOptions(CommandResponder.Session session)
Compiles a minimal map of options for a responder.
|
Modifier and Type | Method and Description |
---|---|
protected int |
CommandResponder.Base.parse(String[] argv,
Map<String,Option> optionMap,
CommandResponder.Session session)
Parses the arguments against a formal option map, registering actual occurences in it.
|
Modifier and Type | Method and Description |
---|---|
protected static HashMap<String,Option> |
ResultsCompiler.compileBaseOptions()
Compiles a map of options that are common to all results compilers.
|
static HashMap<String,Option> |
CommandLine.compileBaseOptions()
Compiles a map of options that are common to all command line executables.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ResultsCompiler.Action.isEtc(String commandName,
Map<String,Option> optionMap)
Returns true if an end action beyond the current action is specified in an
--etc option. |
Modifier and Type | Method and Description |
---|---|
Option |
OptionMap.put(Option option)
Deprecated.
Puts to this map the specified option, keyed by name.
|
Modifier and Type | Method and Description |
---|---|
int |
Option.compareTo(Option other)
Compares based on name.
|
Option |
OptionMap.put(Option option)
Deprecated.
Puts to this map the specified option, keyed by name.
|
Modifier and Type | Method and Description |
---|---|
static int |
GetoptX.parse(String progname,
String[] argv,
Map<String,Option> optionMap)
Parses the command line arguments against a formal option map, registering actual occurences in it.
|