Class ConfigurationStore<K>

java.lang.Object
net.sourceforge.plantuml.preproc.ConfigurationStore<K>

public class ConfigurationStore<K> extends Object
  • Constructor Details

    • ConfigurationStore

      public ConfigurationStore()
  • Method Details

    • createEmpty

      public static <K> ConfigurationStore<K> createEmpty()
    • define

      public void define(K key, String value)
    • isDefine

      public boolean isDefine(K key)
    • undefine

      public void undefine(K key)
    • getValue

      public String getValue(K key)