Save This Page
Home » jcommon-1.0.13 » org.jfree.base.config » [javadoc | source]
org.jfree.base.config
public class: PropertyFileConfiguration [javadoc | source]
java.lang.Object
   org.jfree.base.config.HierarchicalConfiguration
      org.jfree.base.config.PropertyFileConfiguration

All Implemented Interfaces:
    PublicCloneable, ModifiableConfiguration

Direct Known Subclasses:
    PackageConfiguration

A report configuration that reads its values from an arbitary property file.
Constructor:
 public PropertyFileConfiguration() 
Method from org.jfree.base.config.PropertyFileConfiguration Summary:
load,   load,   load
Methods from org.jfree.base.config.HierarchicalConfiguration:
clone,   configurationLoaded,   findPropertyKeys,   getConfigProperties,   getConfigProperty,   getConfigProperty,   getConfiguration,   getParentConfig,   insertConfiguration,   isLocallyDefined,   isParentSaved,   setConfigProperty,   setParentConfig
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.base.config.PropertyFileConfiguration Detail:
 public  void load(String resourceName) 
 public  void load(InputStream in) 
    Loads the properties stored in the given file. This method does nothing if the file does not exist or is unreadable. Appends the contents of the loaded properties to the already stored contents.
 public  void load(String resourceName,
    Class resourceSource) 
    Loads the properties stored in the given file. This method does nothing if the file does not exist or is unreadable. Appends the contents of the loaded properties to the already stored contents.