Class DomainTemplate
java.lang.Object
com.sun.enterprise.admin.servermgmt.domain.DomainTemplate
-
Constructor Summary
ConstructorsConstructorDescriptionDomainTemplate(TemplateInfoHolder tInfoHolder, StringSubstitutor substitutor, String location) -
Method Summary
Modifier and TypeMethodDescriptiongetInfo()Get's the location of the actual template.Get's the information used to perform string subs on the template.booleanChecks if the template has string-subs.
-
Constructor Details
-
DomainTemplate
public DomainTemplate(TemplateInfoHolder tInfoHolder, StringSubstitutor substitutor, String location)
-
-
Method Details
-
hasStringsubs
public boolean hasStringsubs()Checks if the template has string-subs.- Returns:
trueIf template has stringsubs.xml file.
-
getStringSubs
Get's the information used to perform string subs on the template.- Returns:
- The encapsulated string-subs
-
getLocation
Get's the location of the actual template.- Returns:
- Template location.
-
getInfo
-