public class DomainTemplate extends Object
Constructor and Description |
---|
DomainTemplate(TemplateInfoHolder tInfoHolder,
StringSubstitutor substitutor,
String location) |
Modifier and Type | Method and Description |
---|---|
com.sun.enterprise.admin.servermgmt.xml.templateinfo.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 com.sun.enterprise.admin.servermgmt.xml.templateinfo.TemplateInfo getInfo()
Copyright © 2020. All rights reserved.