net.sf.javadocbuilder.templatesources.internal
Class InternalTemplate

java.lang.Object
  |
  +--net.sf.javadocbuilder.BaseTemplate
        |
        +--net.sf.javadocbuilder.templatesources.internal.InternalTemplate
All Implemented Interfaces:
ITemplate

public class InternalTemplate
extends BaseTemplate

Author:
mgriffa

Field Summary
(package private)  java.io.File file
           
private static java.util.logging.Logger log
           
 
Fields inherited from class net.sf.javadocbuilder.BaseTemplate
buffer, id, name, outputPattern
 
Constructor Summary
InternalTemplate(java.io.File file)
           
 
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
 

Field Detail

log

private static java.util.logging.Logger log

file

java.io.File file
Constructor Detail

InternalTemplate

public InternalTemplate(java.io.File file)
Parameters:
file -
Method Detail

getId

public java.lang.String getId()
Description copied from interface: ITemplate
Gets a string that uniquely identifies the template within a source

Specified by:
getId in interface ITemplate
Overrides:
getId in class BaseTemplate
Returns:
Returns the id.

getName

public java.lang.String getName()
Description copied from interface: ITemplate
Gets the name of the template.

Specified by:
getName in interface ITemplate
Overrides:
getName in class BaseTemplate
Returns:
a String with the name of the template