public abstract class ComponentConfigurationPropertiesResolverBaseImpl extends java.lang.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(java.util.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 java.io.InputStream |
createInputStream(java.lang.String location)
Creates an InputStream using a Locator.
|
void |
enableLogging(org.apache.avalon.framework.logger.Logger logger) |
protected java.io.File |
getApplicationRootDir() |
protected org.apache.avalon.framework.configuration.Configuration |
getConfiguration() |
protected org.apache.avalon.framework.context.Context |
getContext() |
protected java.lang.String |
getLocation() |
protected org.apache.avalon.framework.logger.Logger |
getLogger() |
protected java.util.Properties |
loadProperties(java.lang.String location) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolvepublic ComponentConfigurationPropertiesResolverBaseImpl()
public void enableLogging(org.apache.avalon.framework.logger.Logger logger)
enableLogging in interface org.apache.avalon.framework.logger.LogEnabledpublic void contextualize(org.apache.avalon.framework.context.Context context)
throws org.apache.avalon.framework.context.ContextException
contextualize in interface org.apache.avalon.framework.context.Contextualizableorg.apache.avalon.framework.context.ContextExceptionpublic void configure(org.apache.avalon.framework.configuration.Configuration configuration)
throws org.apache.avalon.framework.configuration.ConfigurationException
configure in interface org.apache.avalon.framework.configuration.Configurableorg.apache.avalon.framework.configuration.ConfigurationExceptionConfigurable.configure(org.apache.avalon.framework.configuration.Configuration)protected org.apache.avalon.framework.logger.Logger getLogger()
protected org.apache.avalon.framework.context.Context getContext()
protected java.io.File getApplicationRootDir()
protected org.apache.avalon.framework.configuration.Configuration getConfiguration()
protected java.lang.String getLocation()
protected java.io.InputStream createInputStream(java.lang.String location)
throws java.io.IOException
java.io.IOExceptionprotected void addAvalonContext(java.util.Properties properties)
throws org.apache.avalon.framework.context.ContextException
org.apache.avalon.framework.context.ContextExceptionprotected java.util.Properties loadProperties(java.lang.String location)
throws java.lang.Exception
java.lang.ExceptionCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.