Class ConfigurationType


  • public class ConfigurationType
    extends Object
    Configuration type of Configurations. There are currently 3 types: Standalone local, Existing local and runtime configurations.
    • Field Detail

      • STANDALONE

        public static final ConfigurationType STANDALONE
        Represents a standalone configuration type.
      • EXISTING

        public static final ConfigurationType EXISTING
        Represents an existing configuration type.
      • RUNTIME

        public static final ConfigurationType RUNTIME
        Represents a runtime configuration type.
    • Constructor Detail

      • ConfigurationType

        public ConfigurationType​(String type)
        Parameters:
        type - the internal string representation of the configuration type. For example: "standalone", "existing" or "runtime".