Class ModelConstants
- java.lang.Object
 - 
- org.apache.sling.provisioning.model.ModelConstants
 
 
- 
public abstract class ModelConstants extends java.lang.ObjectConstants for the provisioning model. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCFG_FORMAT_FELIX_CAFormat of the Apache Felix Config Admin.static java.lang.StringCFG_FORMAT_PROPERTIESProperty file format.static java.lang.StringCFG_LAUNCHPAD_BOOTSTRAPName of the configuration for the bootstrap contents.static java.lang.StringCFG_LAUNCHPAD_WEB_XMLName of the configuration containing the web.xml.static java.lang.StringCFG_MODE_MERGEMode for merging a configurationstatic java.lang.StringCFG_MODE_OVERWRITEMode for overwriting a configuration.static java.lang.StringCFG_UNPROCESSEDUnprocessed configuration values.static java.lang.StringCFG_UNPROCESSED_FORMATFormat of the unprocessed configuration values.static java.lang.StringCFG_UNPROCESSED_MODEFormat of the unprocessed configuration values.static java.lang.StringDEFAULT_RUN_MODEDefault run mode valuestatic intDEFAULT_START_LEVELDefault start level valuestatic java.lang.StringFEATURE_BOOTName of the boot featurestatic java.lang.StringFEATURE_LAUNCHPADName of Sling's launchpad feature.static java.lang.StringRUN_MODE_REMOVEName of the run mode to remove things from the base model.static java.lang.StringRUN_MODE_STANDALONEName of the standalone run mode.static java.lang.StringRUN_MODE_WEBAPPName of the webapp run mode. 
- 
Constructor Summary
Constructors Constructor Description ModelConstants() 
 - 
 
- 
- 
Field Detail
- 
FEATURE_LAUNCHPAD
public static final java.lang.String FEATURE_LAUNCHPAD
Name of Sling's launchpad feature.- See Also:
 - Constant Field Values
 
 
- 
FEATURE_BOOT
public static final java.lang.String FEATURE_BOOT
Name of the boot feature- See Also:
 - Constant Field Values
 
 
- 
CFG_LAUNCHPAD_WEB_XML
public static final java.lang.String CFG_LAUNCHPAD_WEB_XML
Name of the configuration containing the web.xml. This configuration is used by the launchpad feature.- See Also:
 - Constant Field Values
 
 
- 
CFG_LAUNCHPAD_BOOTSTRAP
public static final java.lang.String CFG_LAUNCHPAD_BOOTSTRAP
Name of the configuration for the bootstrap contents. This configuration is used by the launchpad feature.- See Also:
 - Constant Field Values
 
 
- 
CFG_UNPROCESSED
public static final java.lang.String CFG_UNPROCESSED
Unprocessed configuration values.- See Also:
 - Constant Field Values
 
 
- 
CFG_UNPROCESSED_FORMAT
public static final java.lang.String CFG_UNPROCESSED_FORMAT
Format of the unprocessed configuration values.- See Also:
 - Constant Field Values
 
 
- 
CFG_UNPROCESSED_MODE
public static final java.lang.String CFG_UNPROCESSED_MODE
Format of the unprocessed configuration values.- Since:
 - 1.1
 - See Also:
 - Constant Field Values
 
 
- 
CFG_FORMAT_FELIX_CA
public static final java.lang.String CFG_FORMAT_FELIX_CA
Format of the Apache Felix Config Admin.- See Also:
 - Constant Field Values
 
 
- 
CFG_FORMAT_PROPERTIES
public static final java.lang.String CFG_FORMAT_PROPERTIES
Property file format.- See Also:
 - Constant Field Values
 
 
- 
CFG_MODE_OVERWRITE
public static final java.lang.String CFG_MODE_OVERWRITE
Mode for overwriting a configuration.- Since:
 - 1.1
 - See Also:
 - Constant Field Values
 
 
- 
CFG_MODE_MERGE
public static final java.lang.String CFG_MODE_MERGE
Mode for merging a configuration- Since:
 - 1.1
 - See Also:
 - Constant Field Values
 
 
- 
RUN_MODE_WEBAPP
public static final java.lang.String RUN_MODE_WEBAPP
Name of the webapp run mode.- See Also:
 - Constant Field Values
 
 
- 
RUN_MODE_STANDALONE
public static final java.lang.String RUN_MODE_STANDALONE
Name of the standalone run mode.- See Also:
 - Constant Field Values
 
 
- 
DEFAULT_RUN_MODE
public static final java.lang.String DEFAULT_RUN_MODE
Default run mode value 
- 
DEFAULT_START_LEVEL
public static final int DEFAULT_START_LEVEL
Default start level value- See Also:
 - Constant Field Values
 
 
- 
RUN_MODE_REMOVE
public static final java.lang.String RUN_MODE_REMOVE
Name of the run mode to remove things from the base model.- Since:
 - 1.1
 - See Also:
 - Constant Field Values
 
 
 - 
 
 -