public class PropertyFileConfiguration extends HierarchicalConfiguration
Constructor and Description |
---|
PropertyFileConfiguration()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
load(InputStream in)
Loads the properties stored in the given file.
|
void |
load(String resourceName)
Load the properties in the given file.
|
void |
load(String resourceName,
Class resourceSource)
Loads the properties stored in the given file.
|
clone, configurationLoaded, findPropertyKeys, getConfigProperties, getConfigProperty, getConfigProperty, getConfiguration, getParentConfig, insertConfiguration, isLocallyDefined, isParentSaved, setConfigProperty, setParentConfig
public PropertyFileConfiguration()
public void load(String resourceName)
resourceName
- the file name.public void load(String resourceName, Class resourceSource)
resourceName
- the file name of the stored properties.resourceSource
- ?public void load(InputStream in)
in
- the input stream used to read the properties.Copyright © 2001–2018 JFree.org. All rights reserved.