|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.base.config.HierarchicalConfiguration
org.jfree.base.config.PropertyFileConfiguration
public class PropertyFileConfiguration
A report configuration that reads its values from an arbitary property file.
Constructor Summary | |
---|---|
PropertyFileConfiguration()
Default constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.jfree.base.config.HierarchicalConfiguration |
---|
clone, configurationLoaded, findPropertyKeys, getConfigProperties, getConfigProperty, getConfigProperty, getConfiguration, getParentConfig, insertConfiguration, isLocallyDefined, isParentSaved, setConfigProperty, setParentConfig |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyFileConfiguration()
Method Detail |
---|
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.
|
JCommon 1.0.17-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |