ch.fortysix.maven.report.support
Class MailSender

java.lang.Object
  extended by ch.fortysix.maven.report.support.MailSender
All Implemented Interfaces:
groovy.lang.GroovyObject

public class MailSender
extends Object
implements groovy.lang.GroovyObject

Author:
Domi

Constructor Summary
MailSender()
           
 
Method Summary
 boolean getFailonerror()
           
 org.apache.maven.plugin.logging.Log getLog()
           
 boolean getMailAltConfig()
           
 String getMailcontenttype()
           
 String getMailhost()
           
 String getMailport()
           
 groovy.lang.MetaClass getMetaClass()
           
 boolean getMultipartSupported()
           
 String getPassword()
           
 Object getProperty(String name)
           
 boolean getSsl()
           
 String getUser()
           
 void init()
          Initialize the mail sender.
 Object invokeMethod(String name, Object args)
           
 boolean isFailonerror()
           
 boolean isMailAltConfig()
           
 boolean isMultipartSupported()
           
 boolean isSsl()
           
 void sendMail(Map args)
           
 void sendMail2(Map args)
           
 void setFailonerror(boolean value)
           
 void setLog(org.apache.maven.plugin.logging.Log value)
           
 void setMailAltConfig(boolean value)
           
 void setMailcontenttype(String value)
           
 void setMailhost(String value)
           
 void setMailport(String value)
           
 void setMetaClass(groovy.lang.MetaClass metaClass)
           
 void setMultipartSupported(boolean value)
           
 void setPassword(String value)
           
 void setProperty(String name, Object value)
           
 void setSsl(boolean value)
           
 void setUser(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSender

public MailSender()
Method Detail

getLog

public org.apache.maven.plugin.logging.Log getLog()

setLog

public void setLog(org.apache.maven.plugin.logging.Log value)

getMailcontenttype

public String getMailcontenttype()

setMailcontenttype

public void setMailcontenttype(String value)

getMultipartSupported

public boolean getMultipartSupported()

isMultipartSupported

public boolean isMultipartSupported()

setMultipartSupported

public void setMultipartSupported(boolean value)

getMailhost

public String getMailhost()

setMailhost

public void setMailhost(String value)

getMailport

public String getMailport()

setMailport

public void setMailport(String value)

getUser

public String getUser()

setUser

public void setUser(String value)

getPassword

public String getPassword()

setPassword

public void setPassword(String value)

getSsl

public boolean getSsl()

isSsl

public boolean isSsl()

setSsl

public void setSsl(boolean value)

getFailonerror

public boolean getFailonerror()

isFailonerror

public boolean isFailonerror()

setFailonerror

public void setFailonerror(boolean value)

getMailAltConfig

public boolean getMailAltConfig()

isMailAltConfig

public boolean isMailAltConfig()

setMailAltConfig

public void setMailAltConfig(boolean value)

sendMail

public void sendMail(Map args)

sendMail2

public void sendMail2(Map args)

init

public void init()
Initialize the mail sender.


getMetaClass

public groovy.lang.MetaClass getMetaClass()
Specified by:
getMetaClass in interface groovy.lang.GroovyObject

setMetaClass

public void setMetaClass(groovy.lang.MetaClass metaClass)
Specified by:
setMetaClass in interface groovy.lang.GroovyObject

invokeMethod

public Object invokeMethod(String name,
                           Object args)
Specified by:
invokeMethod in interface groovy.lang.GroovyObject

getProperty

public Object getProperty(String name)
Specified by:
getProperty in interface groovy.lang.GroovyObject

setProperty

public void setProperty(String name,
                        Object value)
Specified by:
setProperty in interface groovy.lang.GroovyObject


Copyright © 2009-2010. All Rights Reserved.