|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Option | |
|---|---|
| dsto.dfc.commandline | Command line parsing framework. |
| dsto.dfc.util.plugins | Plugin module manager, including dynamic class loader. |
| Uses of Option in dsto.dfc.commandline |
|---|
| Subclasses of Option in dsto.dfc.commandline | |
|---|---|
class |
BooleanOption
A simple kind of option that handles toggled options. |
class |
IntegerOption
This type of option handles Integer arguments. |
class |
StringOption
This is the simplist type of Option, which simply handles string arguements. |
| Methods in dsto.dfc.commandline that return Option | |
|---|---|
Option |
IllegalOptionValueException.getOption()
|
Option[] |
CmdLineParser.getOptions()
Get an array of all the possible options. |
| Methods in dsto.dfc.commandline with parameters of type Option | |
|---|---|
void |
CmdLineParser.addOption(Option opt)
Add an option as one of the possible legal options to use. |
| Constructors in dsto.dfc.commandline with parameters of type Option | |
|---|---|
IllegalOptionValueException(Option opt,
String value)
|
|
| Uses of Option in dsto.dfc.util.plugins |
|---|
| Subclasses of Option in dsto.dfc.util.plugins | |
|---|---|
class |
PluginOption
A commmand line option class that enables plugin loading via a "-plugin" (or just "-p") command line switch. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||