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: TestComponent.java 615328 2008-01-25 20:25:05Z tv $
Author:
Quinton McCombs

Field Summary
static String ROLE
           
 
Method Summary
 void test()
           
 

Field Detail

ROLE

static final String ROLE
See Also:
Constant Field Values
Method Detail

test

void test()


Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.