Interface AbstractConfig.ConfigKey
- Enclosing class:
AbstractConfig
public static interface AbstractConfig.ConfigKey
Contract for configuration keys.
-
Method Details
-
getPath
String getPath() -
getType
AbstractConfig.ValueType getType() -
getDefaultValue
Object getDefaultValue()
-