|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.autodoc.v1.defimpl.DefaultAutoDocFactory
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
Constructor Summary | |
DefaultAutoDocFactory()
Default constructor (required). |
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. |
protected java.util.Enumeration |
getITFactories()
Creates the IT factory if it has not yet been created, or the already created factory. |
static SPISingletonStore |
getITFactoryStore()
|
protected java.util.Enumeration |
getLogFactories()
Creates the Log factory if it has not yet been created, or the already created factory. |
static SPISingletonStore |
getLogFactoryStore()
|
protected java.util.Enumeration |
getTPFactories()
Creates the TP factory if it has not yet been created, or the already created factory. |
static SPISingletonStore |
getTPFactoryStore()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultAutoDocFactory()
Method Detail |
public AutoDocLog createLog(java.lang.Class owner)
createLog
in interface AutoDocFactory
owner
- the Class owner, as passed to the AutoDoc class.
public AutoDocIT createIT(java.lang.Class owner)
createIT
in interface AutoDocFactory
owner
- the Class owner, as passed to the AutoDoc class.
public AutoDocTP createTP(java.lang.Class owner)
createTP
in interface AutoDocFactory
owner
- the Class owner, as passed to the AutoDoc class.
protected java.util.Enumeration getLogFactories()
protected java.util.Enumeration getITFactories()
protected java.util.Enumeration getTPFactories()
public static SPISingletonStore getLogFactoryStore()
public static SPISingletonStore getITFactoryStore()
public static SPISingletonStore getTPFactoryStore()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |