net.sf.javadocbuilder
Interface ITemplate

All Known Implementing Classes:
BaseTemplate

public interface ITemplate

Author:
mike

Method Summary
 java.lang.String getBuffer()
          Gets the buffer with the contents of the template.
 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.
 java.lang.String getOutputPattern()
          Gets the template desired/suggested output pattern.
 boolean isDirty()
          Cache related function to control cache usage.
 

Method Detail

getName

public java.lang.String getName()
Gets the name of the template.

Returns:
a String with the name of the template

getOutputPattern

public java.lang.String getOutputPattern()
Gets the template desired/suggested output pattern.

Returns:
a String.

getBuffer

public java.lang.String getBuffer()
Gets the buffer with the contents of the template.

Returns:

isDirty

public boolean isDirty()
Cache related function to control cache usage.

Returns:

getId

public java.lang.String getId()
Gets a string that uniquely identifies the template within a source

Returns: