public abstract class ComponentConfigurationPropertiesResolverBaseImpl extends Object implements ComponentConfigurationPropertiesResolver, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.framework.context.Contextualizable, org.apache.avalon.framework.configuration.Configurable
COMPONENT_CONFIG_PROPERTIES_VALUE
Constructor and Description |
---|
ComponentConfigurationPropertiesResolverBaseImpl() |
Modifier and Type | Method and Description |
---|---|
protected void |
addAvalonContext(Properties properties)
Add the Avalon context variables.
|
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration) |
void |
contextualize(org.apache.avalon.framework.context.Context context) |
protected InputStream |
createInputStream(String location)
Creates an InputStream using a Locator.
|
void |
enableLogging(org.apache.avalon.framework.logger.Logger logger) |
protected File |
getApplicationRootDir() |
protected org.apache.avalon.framework.configuration.Configuration |
getConfiguration() |
protected org.apache.avalon.framework.context.Context |
getContext() |
protected String |
getLocation() |
protected org.apache.avalon.framework.logger.Logger |
getLogger() |
protected Properties |
loadProperties(String location) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolve
public ComponentConfigurationPropertiesResolverBaseImpl()
public void enableLogging(org.apache.avalon.framework.logger.Logger logger)
enableLogging
in interface org.apache.avalon.framework.logger.LogEnabled
public void contextualize(org.apache.avalon.framework.context.Context context) throws org.apache.avalon.framework.context.ContextException
contextualize
in interface org.apache.avalon.framework.context.Contextualizable
org.apache.avalon.framework.context.ContextException
public void configure(org.apache.avalon.framework.configuration.Configuration configuration) throws org.apache.avalon.framework.configuration.ConfigurationException
configure
in interface org.apache.avalon.framework.configuration.Configurable
org.apache.avalon.framework.configuration.ConfigurationException
Configurable.configure(org.apache.avalon.framework.configuration.Configuration)
protected org.apache.avalon.framework.logger.Logger getLogger()
protected org.apache.avalon.framework.context.Context getContext()
protected File getApplicationRootDir()
protected org.apache.avalon.framework.configuration.Configuration getConfiguration()
protected String getLocation()
protected InputStream createInputStream(String location) throws IOException
IOException
protected void addAvalonContext(Properties properties) throws org.apache.avalon.framework.context.ContextException
org.apache.avalon.framework.context.ContextException
protected Properties loadProperties(String location) throws Exception
Exception
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.