Package org.nuxeo.osgi.application
Interface LoaderConstants
-
- All Known Implementing Classes:
DevFrameworkBootstrap
,FrameworkBootstrap
public interface LoaderConstants
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description static String
ARGS
static String
BUNDLES
static String
CONFIG_DIR
static String
DATA_DIR
static String
DEVMODE
static String
FLUSH_CACHE
static String
HOME_DIR
static String
HOST_NAME
static String
HOST_VERSION
static String
INSTALL_RELOAD_TIMER
static String
LIBS
static String
LOG_DIR
static String
PREPROCESSING
static String
SCAN_FOR_NESTED_JARS
static String
TMP_DIR
static String
WEB_DIR
-
-
-
Field Detail
-
HOST_NAME
static final String HOST_NAME
- See Also:
- Constant Field Values
-
HOST_VERSION
static final String HOST_VERSION
- See Also:
- Constant Field Values
-
HOME_DIR
static final String HOME_DIR
- See Also:
- Constant Field Values
-
LOG_DIR
static final String LOG_DIR
- See Also:
- Constant Field Values
-
DATA_DIR
static final String DATA_DIR
- See Also:
- Constant Field Values
-
TMP_DIR
static final String TMP_DIR
- See Also:
- Constant Field Values
-
WEB_DIR
static final String WEB_DIR
- See Also:
- Constant Field Values
-
CONFIG_DIR
static final String CONFIG_DIR
- See Also:
- Constant Field Values
-
LIBS
static final String LIBS
- See Also:
- Constant Field Values
-
BUNDLES
static final String BUNDLES
- See Also:
- Constant Field Values
-
DEVMODE
static final String DEVMODE
- See Also:
- Constant Field Values
-
PREPROCESSING
static final String PREPROCESSING
- See Also:
- Constant Field Values
-
SCAN_FOR_NESTED_JARS
static final String SCAN_FOR_NESTED_JARS
- See Also:
- Constant Field Values
-
INSTALL_RELOAD_TIMER
static final String INSTALL_RELOAD_TIMER
- See Also:
- Constant Field Values
-
FLUSH_CACHE
static final String FLUSH_CACHE
- See Also:
- Constant Field Values
-
ARGS
static final String ARGS
- See Also:
- Constant Field Values
-
-