org.apache.jcs.utils.props
Class PropertiesFactoryFileImpl

java.lang.Object
  extended by org.apache.jcs.utils.props.PropertiesFactoryFileImpl
All Implemented Interfaces:
PropertiesFactory

public class PropertiesFactoryFileImpl
extends Object
implements PropertiesFactory

Goes to the file system to load a properties file.


Constructor Summary
PropertiesFactoryFileImpl()
           
 
Method Summary
 Properties getProperties(String groupName)
          Loads the properties using the property loader.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesFactoryFileImpl

public PropertiesFactoryFileImpl()
Method Detail

getProperties

public Properties getProperties(String groupName)
Loads the properties using the property loader.

Specified by:
getProperties in interface PropertiesFactory
Parameters:
groupName - property group name
Returns:
Properties


Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.