public abstract class ConfAbstract<T> extends Object
protected T
config
ConfAbstract()
ConfAbstract(T config)
T
getConfig()
abstract String
getVal(String key)
void
setConfig(T config)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected T config
public ConfAbstract()
public ConfAbstract(T config)
public T getConfig()
public void setConfig(T config)
public abstract String getVal(String key)
key
Copyright © 2024. All rights reserved.