| Constructor and Description | 
|---|
| Template(String dir,
        String theme,
        String name)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Object | clone() | 
| boolean | equals(Object o) | 
| String | getDir() | 
| String | getName() | 
| List<Template> | getPossibleTemplates(TemplateEngine engine) | 
| String | getTheme() | 
| int | hashCode() | 
| String | toString()Constructs a string in the format  /dir/theme/name. | 
public String getDir()
public String getTheme()
public String getName()
public List<Template> getPossibleTemplates(TemplateEngine engine)
public String toString()
/dir/theme/name.protected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2000–2025 Apache Software Foundation. All rights reserved.