org.jamon.compiler
Class TemplateFileLocation
java.lang.Object
org.jamon.compiler.TemplateFileLocation
- All Implemented Interfaces:
- org.jamon.api.TemplateLocation
public class TemplateFileLocation
- extends java.lang.Object
- implements org.jamon.api.TemplateLocation
Location of a template stored on the file system.
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
TemplateFileLocation
public TemplateFileLocation(java.lang.String p_location)
toString
public java.lang.String toString()
- Specified by:
toString in interface org.jamon.api.TemplateLocation- Overrides:
toString in class java.lang.Object
equals
public boolean equals(java.lang.Object p_obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
jamon