Class ConfigurationStore<K>


  • public class ConfigurationStore<K>
    extends java.lang.Object
    • Constructor Detail

      • ConfigurationStore

        public ConfigurationStore()
    • Method Detail

      • define

        public void define​(K key,
                           java.lang.String value)
      • isDefine

        public boolean isDefine​(K key)
      • isTrue

        public boolean isTrue​(K key)
      • undefine

        public void undefine​(K key)
      • getValue

        public java.lang.String getValue​(K key)