|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectopenlr.map.sqlite.impl.Configuration
public final class Configuration
Contains configuration parameters and a routine to read the database schema properties file.
OpenLR is a trade mark of TomTom International B.V.
email: software@openlr.org
| Field Summary | |
|---|---|
static int |
CACHE_INITIAL_SIZE
Initial size of internal feature caches. |
static float |
CACHE_LOAD_FACTOR
Load factor of internal feature caches. |
static int |
CACHE_MAX_SIZE
The maximum number of elements allowed in internal feature caches. |
static String |
CONFIGURATION_PROPERTIES_XML_FILE
Path to the default configuration properties file in XML format. |
static String |
LOGGING_PROPERTIES_FILE
Path to the default logging properties file. |
static long |
LOGGING_WATCH_DELAY
Default delay for logging properties file change monitoring. |
static boolean |
TURN_RESTRICTIONS_SUPPORTED
Defines whether turn restrictions are supported. |
| Method Summary | |
|---|---|
static String |
get(String key)
Gets the value for a specific configuration key. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final float CACHE_LOAD_FACTOR
public static final int CACHE_MAX_SIZE
public static final int CACHE_INITIAL_SIZE
public static final String CONFIGURATION_PROPERTIES_XML_FILE
public static final String LOGGING_PROPERTIES_FILE
public static final long LOGGING_WATCH_DELAY
public static final boolean TURN_RESTRICTIONS_SUPPORTED
| Method Detail |
|---|
public static String get(String key)
key - the configuration key.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||