org.apache.jcs.utils.props
Class PropertiesFactoryFileImpl
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertiesFactoryFileImpl
public PropertiesFactoryFileImpl()
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.