| Modifier and Type | Field and Description |
|---|---|
static AtomicReference<String[]> |
ARGS |
static String |
CONFIG_KEY_APP_DIR |
static String |
CONFIG_KEY_APP_DIR_SLOT |
static String |
CONFIG_KEY_APP_ID |
static String |
CONFIG_KEY_BASE_DIR |
static String |
CONFIG_KEY_BUNDLE_ID |
static String |
CONFIG_KEY_BUNDLE_REF |
static String |
CONFIG_KEY_BUNDLE_URI |
static String |
CONFIG_KEY_FILETREE_CLEANUP |
static String |
CONFIG_KEY_GC_DELAY |
static String |
CONFIG_KEY_IGNORE_EXISTING |
static String |
CONFIG_KEY_LAUNCH_PLUGINS |
static String |
CONFIG_KEY_LOGGING |
static String |
CONFIG_KEY_MAIN_MODULE |
static String |
CONFIG_KEY_PRELOAD |
static String |
CONFIG_KEY_PRELOAD_GUI |
static String |
CONFIG_KEY_PREPARE_PLUGINS |
static String |
CONFIG_KEY_SECURITY_SKIP |
static String |
CONFIG_KEY_UUID |
static String |
CONFIG_KEY_VERBOSE_LOADING_MILLIS |
static String |
CONFIG_NAME |
static AtomicReference<BootstrapContext> |
CURRENT |
static String |
DEFAULT_BUNDLE_REF |
static String |
DEFAULT_BUNDLE_URI |
static long |
DEFAULT_GC_DELAY_MS |
static Pattern |
INTERPOLATION |
| Modifier and Type | Method and Description |
|---|---|
String |
getInterpolated(String key)
Performs a
Map.get(Object) and replaces ${propName}/%{propName} with its value. |
static final Pattern INTERPOLATION
static final String CONFIG_NAME
static final String CONFIG_KEY_LOGGING
static final String CONFIG_KEY_UUID
static final String CONFIG_KEY_APP_ID
static final String CONFIG_KEY_APP_DIR
static final String CONFIG_KEY_APP_DIR_SLOT
static final String CONFIG_KEY_BASE_DIR
static final String CONFIG_KEY_VERBOSE_LOADING_MILLIS
static final String CONFIG_KEY_PRELOAD
static final String CONFIG_KEY_PRELOAD_GUI
static final String CONFIG_KEY_GC_DELAY
static final String CONFIG_KEY_SECURITY_SKIP
static final String CONFIG_KEY_LAUNCH_PLUGINS
static final String CONFIG_KEY_PREPARE_PLUGINS
static final String CONFIG_KEY_MAIN_MODULE
static final String CONFIG_KEY_BUNDLE_ID
static final String CONFIG_KEY_BUNDLE_REF
static final String CONFIG_KEY_BUNDLE_URI
static final String CONFIG_KEY_IGNORE_EXISTING
static final String CONFIG_KEY_FILETREE_CLEANUP
static final String DEFAULT_BUNDLE_REF
static final String DEFAULT_BUNDLE_URI
static final long DEFAULT_GC_DELAY_MS
static final AtomicReference<String[]> ARGS
static final AtomicReference<BootstrapContext> CURRENT
String getInterpolated(String key)
Map.get(Object) and replaces ${propName}/%{propName} with its value.
Each reference is replaced once, left to right.key - the lookup keynull if absentCopyright © 2013. All Rights Reserved.