public abstract class ConfigManager.AbstractConfigSource extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.typesafe.config.Config |
config |
protected String |
name |
protected URI |
uri |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractConfigSource(String name) |
| Modifier and Type | Method and Description |
|---|---|
com.typesafe.config.Config |
getConfig() |
URI |
getLocation() |
void |
loadConfig() |
abstract void |
resolveLocation() |
String |
save() |
void |
setConfig(com.typesafe.config.Config config) |
String |
toString() |
protected final String name
protected URI uri
protected com.typesafe.config.Config config
protected AbstractConfigSource(String name)
public URI getLocation()
public com.typesafe.config.Config getConfig()
public void setConfig(com.typesafe.config.Config config)
public abstract void resolveLocation()
public String save() throws IOException
IOExceptionpublic void loadConfig()
throws IOException
IOExceptionCopyright © 2017 aequologica. All rights reserved.