| Package | Description |
|---|---|
| openlr.properties |
This package handles the OpenLR properties.
|
| Modifier and Type | Method and Description |
|---|---|
static float |
OpenLRPropertyAccess.getFloatPropertyValue(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property)
Gets the float property value.
|
static int |
OpenLRPropertyAccess.getIntegerPropertyValue(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property)
Gets the integer property value.
|
static String |
OpenLRPropertyAccess.getStringPropertyValue(org.apache.commons.configuration.Configuration properties,
OpenLRProperty property)
Gets the string property value.
|
static org.apache.commons.configuration.FileConfiguration |
OpenLRPropertiesReader.loadPropertiesFromFile(File file)
Load the OpenLR properties file and validate the content according to the
OpenLR properties schema definition.
|
static org.apache.commons.configuration.FileConfiguration |
OpenLRPropertiesReader.loadPropertiesFromStream(InputStream iStream,
boolean isXML)
Load properties from stream.
|
Copyright © 2019 TomTom International B.V.. All rights reserved.