org.pentaho.reporting.libraries.base.config
public class PropertyFileConfiguration extends HierarchicalConfiguration
Constructor Summary | |
---|---|
PropertyFileConfiguration()
Default constructor. |
Method Summary | |
---|---|
void | load(String resourceName)
Lods the property file from a classpath resource name. |
void | load(String resourceName, Class resourceSource)
Loads the properties stored in the given file. |
void | load(InputStream in)
Loads the properties stored in the given file. |
PropertyFileConfiguration.class.getResource(..)
Parameters: resourceName the resource name to be loaded.
Parameters: resourceName the file name of the stored properties. resourceSource the class to which relative resource paths are resolved.
Parameters: in the input stream used to read the properties.