|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.ow2.jonas.ant.BootstrapTask
org.ow2.jonas.ant.jonasbase.JTask
org.ow2.jonas.ant.jonasbase.DeployableTask
public class DeployableTask
Allow to create mail factory.
| Field Summary |
|---|
| Fields inherited from class org.ow2.jonas.ant.jonasbase.JTask |
|---|
SEPARATORS |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
DeployableTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Execute this task. |
String |
getDstDir()
Get the destination directory. |
String |
getExtension()
|
String |
getSrcDir()
|
String |
getTarget()
Get the target to be executed. |
String |
getValues()
|
void |
setDstDir(String destDir)
Set the destination directory. |
void |
setExtension(String extension)
Sets the extension |
void |
setSrcDir(String sourceDir)
|
void |
setTarget(String target)
Set the target to be executed. |
void |
setValues(String values)
Sets the recipient (MimePartDataSource) |
| Methods inherited from class org.ow2.jonas.ant.jonasbase.JTask |
|---|
changeValueForKey, changeValueForKey, getConfigurationFile, getDestDir, getLogInfo, setConfigurationFile, setDestDir, setLogInfo, writePropsToFile |
| Methods inherited from class org.ow2.jonas.ant.BootstrapTask |
|---|
createClasspath, getBootstraptask, getBootstraptask, getDomainName, getJonasRoot, getMaven2Repository, getServerName, getTaskName, setCatalinaHome, setClasspath, setDomainName, setJettyHome, setJonasBase, setJonasRoot, setJvmopts, setServerName, setTaskName |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.jonas.ant.jonasbase.BaseTaskItf |
|---|
getLogInfo, setConfigurationFile, setDestDir, setJonasRoot, setLogInfo |
| Constructor Detail |
|---|
public DeployableTask()
| Method Detail |
|---|
public String getSrcDir()
public void setSrcDir(String sourceDir)
public String getExtension()
public String getValues()
public void setValues(String values)
mailTo - recipient.public void setExtension(String extension)
extension - of the deployablespublic String getDstDir()
public void setDstDir(String destDir)
destDir - destination directory.public String getTarget()
public void setTarget(String target)
target - the target to be executed.public void execute()
execute in interface BaseTaskItfexecute in class org.apache.tools.ant.Task
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||