Class EmailConfigurationXml

    • Constructor Detail

      • 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 Detail

      • getDocument

        public org.dom4j.Document getDocument()
      • getDocument

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