Class ConfigProperty


  • public class ConfigProperty
    extends Object
    • Constructor Detail

      • ConfigProperty

        public ConfigProperty​(String key,
                              String defaultValue,
                              boolean required)
      • ConfigProperty

        public ConfigProperty​(String key,
                              String defaultValue)
      • ConfigProperty

        public ConfigProperty​(String key)
    • Method Detail

      • getKey

        public String getKey()
      • isRequired

        public boolean isRequired()
      • getDefaultValue

        public String getDefaultValue()
      • getValue

        public String getValue​(Map<?,​?> properties)
      • getValueAsInt

        public Integer getValueAsInt​(Map<?,​?> properties)
      • getValueAsBoolean

        public Boolean getValueAsBoolean​(Map<?,​?> properties)