Package | Description |
---|---|
cz.cuni.mff.odcleanstore.configuration |
Interface for the global configuration read from odcs.ini.
|
cz.cuni.mff.odcleanstore.configuration.formats |
Modifier and Type | Method and Description |
---|---|
protected static <T> T |
ConfigGroup.loadParam(Properties properties,
String paramName,
ParameterFormat<T> format)
Loads the value of the parameter denoted by the represented group name
and the given param-name and converts according to the given format.
|
Modifier and Type | Class and Description |
---|---|
class |
FormatBoolean
A formatter to convert String values to Integers.
|
class |
FormatDouble
A formatter to convert String values to Doubles.
|
class |
FormatInteger
A formatter to convert String values to Integers.
|
class |
FormatLong
A formatter to convert String values to Longs.
|
class |
FormatString
A formatter to convert String values to Strings (e.g.
|
class |
FormatURI
A formatter to convert String values to URIs.
|
class |
FormatURL
A formatter to convert String values to URLs.
|
class |
FormatUUID
A formatter to convert String values to UUIDs.
|
Copyright © 2013. All Rights Reserved.