| org.objectweb.jonas.ant.jonasbase.JTask org.objectweb.jonas.ant.jonasbase.Mail
Mail | public class Mail extends JTask implements BaseTaskItf(Code) | | Allow to create mail factory
author: Florent Benoit |
execute | public void execute()(Code) | | Execute this task
|
setMailTo | public void setMailTo(String mailTo)(Code) | | Sets the recipient (MimePartDataSource)
Parameters: mailTo - recipient. |
setName | public void setName(String name)(Code) | | Sets the name
Parameters: name - name of the factory |
setSubject | public void setSubject(String subject)(Code) | | Sets the subject (MimePartDataSource)
Parameters: subject - of the mail |
setType | public void setType(String type)(Code) | | Sets the type of factory
Parameters: type - of factory |
Fields inherited from org.objectweb.jonas.ant.jonasbase.JTask | final public static String SEPARATORS(Code)(Java Doc)
|
Methods inherited from org.objectweb.jonas.ant.jonasbase.JTask | protected void changeValueForKey(String info, String confDir, String confFile, String property, String name, boolean add)(Code)(Java Doc) protected void changeValueForKey(String info, String confDir, String confFile, String property, String name, String separators, boolean add)(Code)(Java Doc) protected String getConfigurationFile()(Code)(Java Doc) public File getDestDir()(Code)(Java Doc) public String getLogInfo()(Code)(Java Doc) public void setConfigurationFile(String configurationFile)(Code)(Java Doc) public void setDestDir(File destDir)(Code)(Java Doc) public void setLogInfo(String logInfo)(Code)(Java Doc) protected void writePropsToFile(String info, Properties props, File f)(Code)(Java Doc)
|
|
|