Package | Description |
---|---|
org.transitime.config |
The classes used as part of specifying the configuration parameters for an
application.
|
Modifier and Type | Class and Description |
---|---|
class |
BooleanConfigValue
For specifying an Boolean parameter that can be read in from xml config file.
|
class |
DoubleConfigValue
For specifying a Double parameter that can be read in from xml config file.
|
class |
FloatConfigValue
For specifying a Float parameter that can be read in from xml config file.
|
class |
IntegerConfigValue
For specifying an Integer parameter that can be read in from xml config file.
|
class |
LongConfigValue
For specifying a Long parameter that can be read in from xml config file.
|
class |
StringConfigValue
For specifying a String parameter that can be read in from xml config file.
|
class |
StringListConfigValue
For specifying a List of Strings parameter that can be read in from xml
config file.
|