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(org.pentaho.platform.api.email.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, toString
public EmailConfigurationXml(File pentahoXmlFile) throws IOException, org.dom4j.DocumentException
IOException
org.dom4j.DocumentException
public EmailConfigurationXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
org.dom4j.DocumentException
org.pentaho.platform.api.util.XmlParseException
protected EmailConfigurationXml(org.dom4j.Document doc) throws org.dom4j.DocumentException
org.dom4j.DocumentException
Copyright © 2021 Hitachi Vantara. All rights reserved.