| java.lang.Object net.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
DefaultAutoDocFactory | public class DefaultAutoDocFactory implements AutoDocFactory(Code) | | An interface which defines the kinds of classes which should be loaded
for the AutoDoc entry point.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2003/02/10 22:52:11 $ since: March 16, 2002 |
DefaultAutoDocFactory | public DefaultAutoDocFactory()(Code) | | Default constructor (required).
|
createIT | public AutoDocIT createIT(Class owner)(Code) | | Creates the Issue Tracker entry point.
Parameters: owner - the Class owner, as passed to the AutoDoc class. the loaded AutoDocITFactory's created instance. |
createLog | public AutoDocLog createLog(Class owner)(Code) | | Creates a new Log for the class owner.
Parameters: owner - the Class owner, as passed to the AutoDoc class. the loaded AutoDocLogFactory's created instance. |
createTP | public AutoDocTP createTP(Class owner)(Code) | | Creates a Test Procedure entry point.
Parameters: owner - the Class owner, as passed to the AutoDoc class. the loaded AutoDocTPFactory's created instance. |
getITFactories | protected Enumeration getITFactories()(Code) | | Creates the IT factory if it has not yet been created, or the already
created factory.
|
getLogFactories | protected Enumeration getLogFactories()(Code) | | Creates the Log factory if it has not yet been created, or the already
created factory.
|
getTPFactories | protected Enumeration getTPFactories()(Code) | | Creates the TP factory if it has not yet been created, or the already
created factory.
|
|
|