org.teatrove.tea.compiler
Class TemplateRepository.TemplateInfo

java.lang.Object
  extended by org.teatrove.tea.compiler.TemplateRepository.TemplateInfo
Enclosing class:
TemplateRepository

public class TemplateRepository.TemplateInfo
extends Object

Template metadata container object.


Method Summary
 boolean equals(TemplateRepository.TemplateInfo t)
          Returns false if the template signatures do not match.
 TemplateCallExtractor.AppMethodInfo[] getAppMethodsCalled()
           
 String[] getDependents()
           
 long getLastModified()
           
 Date getLastModifiedDate()
           
 String getName()
           
 TypeDesc[] getParameterTypes()
           
 TypeDesc getReturnType()
           
 String getShortName()
           
 boolean isPrecompiled()
           
 String toString()
          Returns a String in 'PropertyMap' format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equals

public boolean equals(TemplateRepository.TemplateInfo t)
Returns false if the template signatures do not match. The template modification date and other info are ignored.


getName

public String getName()

getReturnType

public TypeDesc getReturnType()

getParameterTypes

public TypeDesc[] getParameterTypes()

getDependents

public String[] getDependents()

getLastModified

public long getLastModified()

getLastModifiedDate

public Date getLastModifiedDate()

isPrecompiled

public boolean isPrecompiled()

getShortName

public String getShortName()

getAppMethodsCalled

public TemplateCallExtractor.AppMethodInfo[] getAppMethodsCalled()

toString

public String toString()
Returns a String in 'PropertyMap' format.

Overrides:
toString in class Object


Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.