Package org.apache.fulcrum.testcontainer
Class SimpleComponentImpl
- java.lang.Object
-
- org.apache.avalon.framework.logger.AbstractLogEnabled
-
- org.apache.fulcrum.testcontainer.SimpleComponentImpl
-
- All Implemented Interfaces:
org.apache.avalon.framework.activity.Disposable,org.apache.avalon.framework.activity.Initializable,org.apache.avalon.framework.component.Component,org.apache.avalon.framework.context.Contextualizable,org.apache.avalon.framework.logger.LogEnabled,SimpleComponent
public class SimpleComponentImpl extends org.apache.avalon.framework.logger.AbstractLogEnabled implements org.apache.avalon.framework.activity.Initializable, org.apache.avalon.framework.activity.Disposable, SimpleComponent, org.apache.avalon.framework.context.Contextualizable
Interface of the component- Version:
- $Id$
- Author:
- Quinton McCombs
-
-
Field Summary
-
Fields inherited from interface org.apache.fulcrum.testcontainer.SimpleComponent
ROLE
-
-
Constructor Summary
Constructors Constructor Description SimpleComponentImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextualize(org.apache.avalon.framework.context.Context context)voiddispose()StringgetAppRoot()StringgetAppRoot2()voidinitialize()voidtest()
-
-
-
Constructor Detail
-
SimpleComponentImpl
public SimpleComponentImpl()
-
-
Method Detail
-
initialize
public void initialize() throws Exception
- Specified by:
initializein interfaceorg.apache.avalon.framework.activity.Initializable- Throws:
Exception
-
dispose
public void dispose()
- Specified by:
disposein interfaceorg.apache.avalon.framework.activity.Disposable
-
test
public void test()
- Specified by:
testin interfaceSimpleComponent
-
contextualize
public void contextualize(org.apache.avalon.framework.context.Context context) throws org.apache.avalon.framework.context.ContextException
- Specified by:
contextualizein interfaceorg.apache.avalon.framework.context.Contextualizable- Throws:
org.apache.avalon.framework.context.ContextException
-
getAppRoot
public String getAppRoot()
- Specified by:
getAppRootin interfaceSimpleComponent- Returns:
- Returns the appRoot.
-
getAppRoot2
public String getAppRoot2()
- Specified by:
getAppRoot2in interfaceSimpleComponent- Returns:
- Returns the appRoot2.
-
-