net.sourceforge.groboutils.pmti.v1.autodoc.v1
Class DefaultITFFactory

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.autodoc.v1.DefaultITFFactory
All Implemented Interfaces:
ITFFactory

public class DefaultITFFactory
extends java.lang.Object
implements ITFFactory

Creates the basic requirements for an ITF framework.

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

Constructor Summary
DefaultITFFactory()
           
 
Method Summary
 Server createServer()
           
 TestDataFactory createTestDataFactory()
           
 Server getServer()
          Retrieve the server for this factory.
 TestDataFactory getTestDataFactory()
          Retrieve the TestDataFactory for this factory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultITFFactory

public DefaultITFFactory()
Method Detail

getServer

public Server getServer()
Description copied from interface: ITFFactory
Retrieve the server for this factory.

Specified by:
getServer in interface ITFFactory
Returns:
the server

getTestDataFactory

public TestDataFactory getTestDataFactory()
Description copied from interface: ITFFactory
Retrieve the TestDataFactory for this factory.

Specified by:
getTestDataFactory in interface ITFFactory
Returns:
the factory

createServer

public Server createServer()

createTestDataFactory

public TestDataFactory createTestDataFactory()


Copyright © 2001-2003 by The GroboUtils Project