Package org.apache.turbine.test
Interface TestComponent
-
- All Superinterfaces:
org.apache.avalon.framework.component.Component
- All Known Implementing Classes:
TestComponentImpl
public interface TestComponent extends org.apache.avalon.framework.component.Component
This is a simple component that is only used to test the avalon component service.- Version:
- $Id$
- Author:
- Quinton McCombs
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
test()
-
-
-
Field Detail
-
ROLE
static final String ROLE
- See Also:
- Constant Field Values
-
-
Method Detail
-
test
void test()
-
-