|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
main interface for template sources.
ITemplate
Method Summary | |
java.lang.String |
getDescription()
A brief description of this template source. |
java.lang.String |
getId()
A string that uniquely identifies the extension (suggested plugin id). |
java.lang.String |
getName()
Gets the visible name of the template source |
net.sf.javadocbuilder.ITemplate |
getTemplateById(java.lang.String id)
Gets the first template identified by the given name. |
net.sf.javadocbuilder.ITemplate[] |
getTemplates()
Gets an array of all templates available at the template source. |
Method Detail |
public net.sf.javadocbuilder.ITemplate[] getTemplates()
public net.sf.javadocbuilder.ITemplate getTemplateById(java.lang.String id)
public java.lang.String getName()
public java.lang.String getDescription()
public java.lang.String getId()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |