public abstract class ModelConstants
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | CFG_FORMAT_FELIX_CAFormat of the Apache Felix Config Admin. | 
| static java.lang.String | CFG_FORMAT_PROPERTIESProperty file format. | 
| static java.lang.String | CFG_LAUNCHPAD_BOOTSTRAPName of the configuration for the bootstrap contents. | 
| static java.lang.String | CFG_LAUNCHPAD_WEB_XMLName of the configuration containing the web.xml. | 
| static java.lang.String | CFG_MODE_MERGEMode for merging a configuration | 
| static java.lang.String | CFG_MODE_OVERWRITEMode for overwriting a configuration. | 
| static java.lang.String | CFG_UNPROCESSEDUnprocessed configuration values. | 
| static java.lang.String | CFG_UNPROCESSED_FORMATFormat of the unprocessed configuration values. | 
| static java.lang.String | CFG_UNPROCESSED_MODEFormat of the unprocessed configuration values. | 
| static java.lang.String | DEFAULT_RUN_MODEDefault run mode value | 
| static int | DEFAULT_START_LEVELDefault start level value | 
| static java.lang.String | FEATURE_BOOTName of the boot feature | 
| static java.lang.String | FEATURE_LAUNCHPADName of Sling's launchpad feature. | 
| static java.lang.String | RUN_MODE_REMOVEName of the run mode to remove things from the base model. | 
| static java.lang.String | RUN_MODE_STANDALONEName of the standalone run mode. | 
| static java.lang.String | RUN_MODE_WEBAPPName of the webapp run mode. | 
| Constructor and Description | 
|---|
| ModelConstants() | 
public static final java.lang.String FEATURE_LAUNCHPAD
public static final java.lang.String FEATURE_BOOT
public static final java.lang.String CFG_LAUNCHPAD_WEB_XML
public static final java.lang.String CFG_LAUNCHPAD_BOOTSTRAP
public static final java.lang.String CFG_UNPROCESSED
public static final java.lang.String CFG_UNPROCESSED_FORMAT
public static final java.lang.String CFG_UNPROCESSED_MODE
public static final java.lang.String CFG_FORMAT_FELIX_CA
public static final java.lang.String CFG_FORMAT_PROPERTIES
public static final java.lang.String CFG_MODE_OVERWRITE
public static final java.lang.String CFG_MODE_MERGE
public static final java.lang.String RUN_MODE_WEBAPP
public static final java.lang.String RUN_MODE_STANDALONE
public static final java.lang.String DEFAULT_RUN_MODE
public static final int DEFAULT_START_LEVEL
public static final java.lang.String RUN_MODE_REMOVE
Copyright © 2018 The Apache Software Foundation. All rights reserved.