org.apache.anteater.test.handlers
Class ContentHandlerFactory
java.lang.Object
|
+--org.apache.anteater.test.handlers.ContentHandlerFactory
- public class ContentHandlerFactory
- extends Object
Factory for creating ContentHandler
classes.
- Version:
- $Revision: 1.2 $ $Date: 2002/10/06 08:18:12 $
- Author:
- Jeff Turner
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handlers
public static final String[] handlers
handlerTable
protected Map handlerTable
ContentHandlerFactory
public ContentHandlerFactory()
registerHandler
public void registerHandler(ContentHandler handler)
create
public ContentHandler create(String className)
Ant Functional Tester -- see Project home page for details