public final class OpenLRPropertiesReader extends Object
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.configuration.FileConfiguration |
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 |
loadPropertiesFromStream(InputStream iStream,
boolean isXML)
Load properties from stream.
|
public static org.apache.commons.configuration.FileConfiguration loadPropertiesFromFile(File file) throws OpenLRPropertyException
file - the fileOpenLRPropertyException - the open lr property exceptionpublic static org.apache.commons.configuration.FileConfiguration loadPropertiesFromStream(InputStream iStream, boolean isXML) throws OpenLRPropertyException
iStream - the i streamisXML - the is xmlOpenLRPropertyException - the open lr property exceptionCopyright © 2019 TomTom International B.V.. All rights reserved.