public final class Settings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SENSOR_CONFIGURATION_PATH
The path prefix to the XML file where the configuration for the sensors is defined.
|
static java.lang.String |
SENSOR_DELAY_TIME_XPATH
The xPath within the sensor configuration file which points to the delay time.
|
static java.lang.String |
SENSOR_LOCAL_CONF_XPATH
The xPath within the sensor configuration file which points to a certain local configuration parameter.
|
static java.lang.String |
SENSOR_REQUEST_TOPIC_XPATH
The xPath within the sensor configuration file which points to the request topic.
|
static java.lang.String |
SENSOR_RESULT_TOPIC_XPATH
The xPath within the sensor configuration file which points to the result topic.
|
Modifier | Constructor and Description |
---|---|
private |
Settings()
Private default constructor to prevent that instances of this class will be created.
|
public static final java.lang.String SENSOR_CONFIGURATION_PATH
public static final java.lang.String SENSOR_REQUEST_TOPIC_XPATH
public static final java.lang.String SENSOR_RESULT_TOPIC_XPATH
public static final java.lang.String SENSOR_DELAY_TIME_XPATH
public static final java.lang.String SENSOR_LOCAL_CONF_XPATH