Class DomainTemplate

java.lang.Object
com.sun.enterprise.admin.servermgmt.domain.DomainTemplate

public class DomainTemplate extends Object
  • Constructor Details

  • Method Details

    • 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 TemplateInfo getInfo()