public class DomainTemplate extends Object
| Constructor and Description |
|---|
DomainTemplate(TemplateInfoHolder tInfoHolder,
StringSubstitutor substitutor,
String location) |
| Modifier and Type | Method and Description |
|---|---|
TemplateInfo |
getInfo() |
String |
getLocation()
Get's the location of the actual template.
|
StringSubstitutor |
getStringSubs()
Get's the information used to perform string subs on the template.
|
boolean |
hasStringsubs()
Checks if the template has string-subs.
|
public DomainTemplate(TemplateInfoHolder tInfoHolder, StringSubstitutor substitutor, String location)
public boolean hasStringsubs()
true If template has stringsubs.xml file.public StringSubstitutor getStringSubs()
public String getLocation()
public TemplateInfo getInfo()
Copyright © 2017. All rights reserved.