Class ModelConstants
java.lang.Object
org.apache.sling.provisioning.model.ModelConstants
Constants for the provisioning model.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Format of the Apache Felix Config Admin.static final String
Property file format.static final String
Name of the configuration for the bootstrap contents.static final String
Name of the configuration containing the web.xml.static final String
Mode for merging a configurationstatic final String
Mode for overwriting a configuration.static final String
Unprocessed configuration values.static final String
Format of the unprocessed configuration values.static final String
Format of the unprocessed configuration values.static final String
Default run mode valuestatic final int
Default start level valuestatic final String
Name of the boot featurestatic final String
Name of Sling's launchpad feature.static final String
Name of the run mode to remove things from the base model.static final String
Name of the standalone run mode.static final String
Name of the webapp run mode. -
Constructor Summary
-
Method Summary
-
Field Details
-
FEATURE_LAUNCHPAD
Name of Sling's launchpad feature.- See Also:
-
FEATURE_BOOT
Name of the boot feature- See Also:
-
CFG_LAUNCHPAD_WEB_XML
Name of the configuration containing the web.xml. This configuration is used by the launchpad feature.- See Also:
-
CFG_LAUNCHPAD_BOOTSTRAP
Name of the configuration for the bootstrap contents. This configuration is used by the launchpad feature.- See Also:
-
CFG_UNPROCESSED
Unprocessed configuration values.- See Also:
-
CFG_UNPROCESSED_FORMAT
Format of the unprocessed configuration values.- See Also:
-
CFG_UNPROCESSED_MODE
Format of the unprocessed configuration values.- Since:
- 1.1
- See Also:
-
CFG_FORMAT_FELIX_CA
Format of the Apache Felix Config Admin.- See Also:
-
CFG_FORMAT_PROPERTIES
Property file format.- See Also:
-
CFG_MODE_OVERWRITE
Mode for overwriting a configuration.- Since:
- 1.1
- See Also:
-
CFG_MODE_MERGE
Mode for merging a configuration- Since:
- 1.1
- See Also:
-
RUN_MODE_WEBAPP
Name of the webapp run mode.- See Also:
-
RUN_MODE_STANDALONE
Name of the standalone run mode.- See Also:
-
DEFAULT_RUN_MODE
Default run mode value -
DEFAULT_START_LEVEL
public static final int DEFAULT_START_LEVELDefault start level value- See Also:
-
RUN_MODE_REMOVE
Name of the run mode to remove things from the base model.- Since:
- 1.1
- See Also:
-
-
Constructor Details
-
ModelConstants
public ModelConstants()
-