net.sourceforge.groboutils.autodoc.v1.spi
Interface AutoDocFactory

All Known Implementing Classes:
DefaultAutoDocFactory

public interface AutoDocFactory

An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.

Since:
March 16, 2002
Version:
$Date: 2003/02/10 22:52:12 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 AutoDocIT createIT(java.lang.Class owner)
          Creates the Issue Tracker entry point.
 AutoDocLog createLog(java.lang.Class owner)
          Creates a new Log for the class owner.
 AutoDocTP createTP(java.lang.Class owner)
          Creates a Test Procedure entry point.
 

Method Detail

createLog

public AutoDocLog createLog(java.lang.Class owner)
Creates a new Log for the class owner.

Parameters:
owner - the Class owner, as passed to the AutoDoc class.
Returns:
a new logger for owner.

createIT

public AutoDocIT createIT(java.lang.Class owner)
Creates the Issue Tracker entry point.

Parameters:
owner - the Class owner, as passed to the AutoDoc class.
Returns:
a new issue tracker for owner.

createTP

public AutoDocTP createTP(java.lang.Class owner)
Creates a Test Procedure entry point.

Parameters:
owner - the Class owner, as passed to the AutoDoc class.
Returns:
a new test procedure generator for owner.


Copyright © 2001-2003 by The GroboUtils Project