org.apache.fulcrum.yaafi.service.systemproperty
Class SystemPropertyServiceImpl
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.fulcrum.yaafi.service.systemproperty.SystemPropertyServiceImpl
- All Implemented Interfaces:
- org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.configuration.Reconfigurable, org.apache.avalon.framework.logger.LogEnabled, SystemPropertyService
public class SystemPropertyServiceImpl
- extends org.apache.avalon.framework.logger.AbstractLogEnabled
- implements SystemPropertyService, org.apache.avalon.framework.configuration.Reconfigurable
Copies the properties found in the configuration into the SystemProperties
- Author:
- Siegfried Goeschl
Method Summary |
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
|
void |
reconfigure(org.apache.avalon.framework.configuration.Configuration configuration)
|
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
enableLogging, getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SystemPropertyServiceImpl
public SystemPropertyServiceImpl()
- Constructor
configure
public void configure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Specified by:
configure
in interface org.apache.avalon.framework.configuration.Configurable
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
- See Also:
Configurable.configure(org.apache.avalon.framework.configuration.Configuration)
reconfigure
public void reconfigure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
- Specified by:
reconfigure
in interface org.apache.avalon.framework.configuration.Reconfigurable
- Throws:
org.apache.avalon.framework.configuration.ConfigurationException
- See Also:
Reconfigurable.reconfigure(org.apache.avalon.framework.configuration.Configuration)
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.