Class ModelConstants


  • public abstract class ModelConstants
    extends Object
    Constants for the provisioning model.
    • Field Detail

      • CFG_LAUNCHPAD_WEB_XML

        public static final 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 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_FORMAT

        public static final String CFG_UNPROCESSED_FORMAT
        Format of the unprocessed configuration values.
        See Also:
        Constant Field Values
      • CFG_UNPROCESSED_MODE

        public static final 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 String CFG_FORMAT_FELIX_CA
        Format of the Apache Felix Config Admin.
        See Also:
        Constant Field Values
      • CFG_MODE_OVERWRITE

        public static final String CFG_MODE_OVERWRITE
        Mode for overwriting a configuration.
        Since:
        1.1
        See Also:
        Constant Field Values
      • CFG_MODE_MERGE

        public static final String CFG_MODE_MERGE
        Mode for merging a configuration
        Since:
        1.1
        See Also:
        Constant Field Values
      • DEFAULT_RUN_MODE

        public static final 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 String RUN_MODE_REMOVE
        Name of the run mode to remove things from the base model.
        Since:
        1.1
        See Also:
        Constant Field Values
    • Constructor Detail

      • ModelConstants

        public ModelConstants()