|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface which defines the kinds of classes which should be loaded for the AutoDoc entry point.
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. |
Method Detail |
public AutoDocLog createLog(java.lang.Class owner)
owner
- the Class owner, as passed to the AutoDoc class.
public AutoDocIT createIT(java.lang.Class owner)
owner
- the Class owner, as passed to the AutoDoc class.
public AutoDocTP createTP(java.lang.Class owner)
owner
- the Class owner, as passed to the AutoDoc class.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |