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

java.lang.Object
  extended bynet.sourceforge.groboutils.pmti.v1.autodoc.v1.AutoDocITFactoryImpl
All Implemented Interfaces:
AutoDocITFactory

public class AutoDocITFactoryImpl
extends java.lang.Object
implements AutoDocITFactory

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

Constructor Summary
AutoDocITFactoryImpl()
          Default constructor.
 
Method Summary
 AutoDocIT createIT(java.lang.Class owner)
          Creates the Issue Tracker entry point.
 MonitorFinder getFinder()
           
 void setFinder(MonitorFinder finder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoDocITFactoryImpl

public AutoDocITFactoryImpl()
Default constructor.

Method Detail

createIT

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

Specified by:
createIT in interface AutoDocITFactory

setFinder

public void setFinder(MonitorFinder finder)

getFinder

public MonitorFinder getFinder()


Copyright © 2001-2003 by The GroboUtils Project