|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.Task | +--org.apache.tools.ant.taskdefs.email.EmailTask | +--org.apache.tools.ant.taskdefs.optional.net.MimeMail
EmailTask
instead.
A task to send SMTP email; Use mail instead
Nested Class Summary |
Nested classes inherited from class org.apache.tools.ant.taskdefs.email.EmailTask |
EmailTask.Encoding |
Field Summary |
Fields inherited from class org.apache.tools.ant.taskdefs.email.EmailTask |
AUTO, MIME, PLAIN, UU |
Fields inherited from class org.apache.tools.ant.Task |
description, location, target, taskName, taskType, wrapper |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
MimeMail()
Deprecated. |
Method Summary | |
void |
execute()
Deprecated. Executes this build task. |
Methods inherited from class org.apache.tools.ant.taskdefs.email.EmailTask |
addBcc, addCc, addFileset, addFrom, addMessage, addReplyTo, addTo, getCharset, getIncludeFileNames, setBccList, setCcList, setCharset, setEncoding, setFailOnError, setFiles, setFrom, setIncludefilenames, setMailhost, setMailport, setMessage, setMessageFile, setMessageMimeType, setPassword, setReplyTo, setSSL, setSubject, setToList, setUser |
Methods inherited from class org.apache.tools.ant.Task |
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MimeMail()
Method Detail |
public void execute() throws BuildException
execute
in class EmailTask
BuildException
- On error.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |