Package org.wso2.carbon.utils
Class Constants
- java.lang.Object
-
- org.wso2.carbon.utils.Constants
-
public final class Constants extends Object
Carbon Constants.- Since:
- 1.0.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConstants.PlaceHoldersDefault value if it is not set in sys prop/env.
-
Field Summary
Fields Modifier and Type Field Description static StringCARBON_CONFIG_YAMLstatic StringCARBON_HOMEstatic StringCARBON_HOME_ENVstatic StringCONF_DIRstatic StringDEPLOYMENT_CONFIG_YAMLstatic StringOSGI_LIBstatic StringPROFILE_REPOSITORYstatic StringRUNTIMEstatic StringRUNTIME_PATHstatic StringRUNTIME_PATH_ENV
-
-
-
Field Detail
-
CARBON_HOME
public static final String CARBON_HOME
- See Also:
- Constant Field Values
-
CARBON_HOME_ENV
public static final String CARBON_HOME_ENV
- See Also:
- Constant Field Values
-
RUNTIME_PATH
public static final String RUNTIME_PATH
- See Also:
- Constant Field Values
-
RUNTIME_PATH_ENV
public static final String RUNTIME_PATH_ENV
- See Also:
- Constant Field Values
-
RUNTIME
public static final String RUNTIME
- See Also:
- Constant Field Values
-
CARBON_CONFIG_YAML
public static final String CARBON_CONFIG_YAML
- See Also:
- Constant Field Values
-
DEPLOYMENT_CONFIG_YAML
public static final String DEPLOYMENT_CONFIG_YAML
- See Also:
- Constant Field Values
-
CONF_DIR
public static final String CONF_DIR
- See Also:
- Constant Field Values
-
PROFILE_REPOSITORY
public static final String PROFILE_REPOSITORY
- See Also:
- Constant Field Values
-
OSGI_LIB
public static final String OSGI_LIB
- See Also:
- Constant Field Values
-
-