|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.javadocbuilder.BaseTemplate | +--net.sf.javadocbuilder.templatesources.filesystem.FilesystemTemplate
Field Summary |
Fields inherited from class net.sf.javadocbuilder.BaseTemplate |
buffer, id, name, outputPattern |
Constructor Summary | |
FilesystemTemplate(java.io.File file)
|
|
FilesystemTemplate(java.lang.String filename)
|
Method Summary | |
java.lang.String |
getId()
Gets a string that uniquely identifies the template within a source |
java.lang.String |
getName()
Gets the name of the template. |
Methods inherited from class net.sf.javadocbuilder.BaseTemplate |
getBuffer, getOutputPattern, isDirty, setBuffer, setId, setName, setOutputPattern |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FilesystemTemplate(java.lang.String filename) throws java.io.IOException
public FilesystemTemplate(java.io.File file) throws java.io.FileNotFoundException, java.io.IOException
file
- Method Detail |
public java.lang.String getName()
ITemplate
getName
in interface ITemplate
getName
in class BaseTemplate
String
with the name of the templatepublic java.lang.String getId()
ITemplate
getId
in interface ITemplate
getId
in class BaseTemplate
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |