Class ConfigKey<T>

java.lang.Object
io.github.bonigarcia.wdm.config.ConfigKey<T>

public class ConfigKey<T> extends Object
Configuration key class.
Since:
2.2.0
Author:
Boni Garcia
  • Constructor Details

    • ConfigKey

      public ConfigKey(Class<T> type)
    • ConfigKey

      public ConfigKey(String name, Class<T> type)
    • ConfigKey

      public ConfigKey(String name, Class<T> type, T value)
  • Method Details

    • getName

      public String getName()
    • getType

      public Class<T> getType()
    • getValue

      public T getValue()
    • reset

      public void reset()
    • setValue

      public void setValue(Object value)