net.sourceforge.groboutils.pmti.v1.autodoc.v1
Interface ITFFactory

All Known Implementing Classes:
DefaultITFFactory

public interface ITFFactory

Creates the basic requirements for an ITF framework plugin for AutoDoc.

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

Method Summary
 Server getServer()
          Retrieve the server for this factory.
 TestDataFactory getTestDataFactory()
          Retrieve the TestDataFactory for this factory.
 

Method Detail

getServer

public Server getServer()
Retrieve the server for this factory.

Returns:
the server

getTestDataFactory

public TestDataFactory getTestDataFactory()
Retrieve the TestDataFactory for this factory.

Returns:
the factory


Copyright © 2001-2003 by The GroboUtils Project