Class EmailConfigurationXml

java.lang.Object
org.pentaho.platform.plugin.services.email.EmailConfiguration
org.pentaho.platform.plugin.services.email.EmailConfigurationXml
All Implemented Interfaces:
Serializable, org.pentaho.platform.api.email.IEmailConfiguration

public class EmailConfigurationXml extends EmailConfiguration
See Also:
  • Constructor Details

    • EmailConfigurationXml

      public EmailConfigurationXml() throws Exception
      Throws:
      Exception
    • EmailConfigurationXml

      public EmailConfigurationXml(File pentahoXmlFile) throws IOException, org.dom4j.DocumentException
      Throws:
      IOException
      org.dom4j.DocumentException
    • EmailConfigurationXml

      public EmailConfigurationXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
      Throws:
      org.dom4j.DocumentException
      org.pentaho.platform.api.util.XmlParseException
    • EmailConfigurationXml

      protected EmailConfigurationXml(org.dom4j.Document doc) throws org.dom4j.DocumentException
      Protected empty constructor for testing and subclasses
      Throws:
      org.dom4j.DocumentException
  • Method Details

    • getDocument

      public org.dom4j.Document getDocument()
    • getDocument

      public static org.dom4j.Document getDocument(org.pentaho.platform.api.email.IEmailConfiguration emailConfiguration)