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

All Known Implementing Classes:
LogTPFactory

public interface AutoDocTPFactory

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:13 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 AutoDocTP createTP(java.lang.Class owner)
          Creates the Test Procedure entry point.
 

Method Detail

createTP

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



Copyright © 2001-2003 by The GroboUtils Project