public interface RuntimeProperties
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ENV_PREFIX |
static String |
RUNTIME_CONF_DIR |
static String |
RUNTIME_DATA_DIR |
static String |
RUNTIME_HOME_DIR |
static String |
RUNTIME_IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
Path |
getConfPath()
Get the conf path of the current runtime.
|
Path |
getDataPath()
Get the data path of the current runtime.
|
Path |
getHomePath()
Get the home path of the current runtime.
|
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
String |
getRuntimeIdentity()
Get the identity for the current container
|
static final String RUNTIME_IDENTITY
static final String RUNTIME_HOME_DIR
static final String RUNTIME_DATA_DIR
static final String RUNTIME_CONF_DIR
static final String DEFAULT_ENV_PREFIX
String getRuntimeIdentity()
Path getHomePath()
Path getConfPath()
Path getDataPath()
Copyright © 2011–2014 Red Hat. All rights reserved.