public class EmailConfigurationXml extends EmailConfiguration
| Modifier | Constructor and Description |
|---|---|
|
EmailConfigurationXml() |
protected |
EmailConfigurationXml(org.dom4j.Document doc)
Protected empty constructor for testing and subclasses
|
|
EmailConfigurationXml(File pentahoXmlFile) |
|
EmailConfigurationXml(String xml) |
| Modifier and Type | Method and Description |
|---|---|
org.dom4j.Document |
getDocument() |
static org.dom4j.Document |
getDocument(IEmailConfiguration emailConfiguration) |
asProperties, equals, getDefaultFrom, getFromName, getPassword, getSmtpHost, getSmtpPort, getSmtpProtocol, getUserId, isAuthenticate, isDebug, isSmtpQuitWait, isUseSsl, isUseStartTls, setAuthenticate, setDebug, setDefaultFrom, setFromName, setPassword, setSmtpHost, setSmtpPort, setSmtpProtocol, setSmtpQuitWait, setUserId, setUseSsl, setUseStartTls, toStringpublic EmailConfigurationXml(File pentahoXmlFile) throws IOException, org.dom4j.DocumentException
IOExceptionorg.dom4j.DocumentExceptionpublic EmailConfigurationXml(String xml) throws org.dom4j.DocumentException, XmlParseException
org.dom4j.DocumentExceptionXmlParseExceptionprotected EmailConfigurationXml(org.dom4j.Document doc)
throws org.dom4j.DocumentException
org.dom4j.DocumentExceptionpublic org.dom4j.Document getDocument()
public static org.dom4j.Document getDocument(IEmailConfiguration emailConfiguration)
Copyright © 2017 Hitachi Vantara. All rights reserved.