public class PropertyFileConfiguration extends HierarchicalConfiguration
| Constructor and Description |
|---|
PropertyFileConfiguration()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
load(java.io.InputStream in)
Loads the properties stored in the given file.
|
void |
load(java.lang.String resourceName)
Load the properties in the given file.
|
void |
load(java.lang.String resourceName,
java.lang.Class resourceSource)
Loads the properties stored in the given file.
|
clone, configurationLoaded, findPropertyKeys, getConfigProperties, getConfigProperty, getConfigProperty, getConfiguration, getParentConfig, insertConfiguration, isLocallyDefined, isParentSaved, setConfigProperty, setParentConfigpublic PropertyFileConfiguration()
public void load(java.lang.String resourceName)
resourceName - the file name.public void load(java.lang.String resourceName,
java.lang.Class resourceSource)
resourceName - the file name of the stored properties.resourceSource - ?public void load(java.io.InputStream in)
in - the input stream used to read the properties.