Class DomainTemplate


  • public class DomainTemplate
    extends Object
    • Method Detail

      • hasStringsubs

        public boolean hasStringsubs()
        Checks if the template has string-subs.
        Returns:
        true If template has stringsubs.xml file.
      • getStringSubs

        public StringSubstitutor getStringSubs()
        Get's the information used to perform string subs on the template.
        Returns:
        The encapsulated string-subs
      • getLocation

        public String getLocation()
        Get's the location of the actual template.
        Returns:
        Template location.
      • getInfo

        public com.sun.enterprise.admin.servermgmt.xml.templateinfo.TemplateInfo getInfo()