public abstract class AbstractTargetFactory extends org.apache.avalon.framework.logger.AbstractLogEnabled implements LogTargetFactory, org.apache.avalon.framework.configuration.Configurable, org.apache.avalon.framework.context.Contextualizable
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.avalon.framework.configuration.Configuration |
m_configuration
The Configuration object
|
protected org.apache.avalon.framework.context.Context |
m_context
The Context object
|
| Constructor and Description |
|---|
AbstractTargetFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(org.apache.avalon.framework.configuration.Configuration configuration)
Get the Configuration object
|
void |
contextualize(org.apache.avalon.framework.context.Context context)
Get the Context object
|
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateTargetprotected org.apache.avalon.framework.configuration.Configuration m_configuration
protected org.apache.avalon.framework.context.Context m_context
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.Configurableorg.apache.avalon.framework.configuration.ConfigurationExceptionpublic 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.ContextException