public abstract class ConfigValue<T> extends Object
Abstract ConfigValue class.
| Constructor and Description |
|---|
ConfigValue(Object owner,
String path,
T def)
Constructor for ConfigValue.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getDefault()
getDefault.
|
Object |
getOwner()
Getter for the field
owner. |
String |
getPath()
Getter for the field
path. |
protected abstract T |
loadValue()
loadValue.
|
protected void |
onUpdate(T newValue)
onUpdate.
|
T |
value()
value.
|
Copyright © 2016. All Rights Reserved.