public class EmailConfigurationXml extends EmailConfiguration
| Constructor and Description |
|---|
EmailConfigurationXml() |
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, toStringpublic EmailConfigurationXml(File pentahoXmlFile) throws IOException, org.dom4j.DocumentException
IOExceptionorg.dom4j.DocumentExceptionpublic EmailConfigurationXml(String xml) throws org.dom4j.DocumentException, org.pentaho.platform.api.util.XmlParseException
org.dom4j.DocumentExceptionorg.pentaho.platform.api.util.XmlParseException