Package | Description |
---|---|
org.incava.jagol |
Modifier and Type | Class and Description |
---|---|
class |
BooleanOption
Represents an option that is an boolean.
|
class |
DoubleOption
Represents an option that is an double.
|
class |
FloatOption
Represents an option that is an float.
|
class |
IntegerOption
Represents an option that is an integer.
|
class |
ListOption
Represents a list of objects that comprise this option.
|
class |
NonBooleanOption
Base class of all options, except for booleans.
|
class |
StringOption
Represents an option that is an String.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionSet.add(Option opt)
Adds an options to this set.
|