public class XmlConfigLoader<T> extends Object implements ConfigLoadable<T>
| Constructor and Description |
|---|
XmlConfigLoader(T instance,
File f) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply() |
ConfigStore |
getConfigStore() |
public XmlConfigLoader(T instance, File f) throws FileNotFoundException
FileNotFoundExceptionpublic void apply()
apply in interface ConfigLoadable<T>public ConfigStore getConfigStore()
Copyright © 2020. All rights reserved.