|
||||||||||
| 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.AbstractAntDeprecated
org.ow2.jonas.ant.JOnASBaseTaskDeprecated
public class JOnASBaseTaskDeprecated
Class only used for compatibility with previous version of JOnAS
| Field Summary |
|---|
| Fields inherited from class org.ow2.jonas.ant.AbstractAntDeprecated |
|---|
logger |
| Fields inherited from class org.apache.tools.ant.Task |
|---|
target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
description, location, project |
| Constructor Summary | |
|---|---|
JOnASBaseTaskDeprecated()
|
|
| Method Summary | |
|---|---|
Object |
createCarol()
Add tasks for Carol configuration. |
Object |
createDb()
Add task for the DB service. |
Object |
createDbm()
Add task for the DBM service. |
Object |
createDiscovery()
Add tasks for Discovery configuration. |
Object |
createJdbcRa()
Add task for Resource adaptor. |
Object |
createJdbcXml()
Add task for Resource adaptor. |
Object |
createJms()
tasks for JMS configuration. |
Object |
createJonasProperties()
task for jonas.properties global properties configuration. |
Object |
createLib()
Add task for library to put in JONAS_BASE/lib/ext. |
Object |
createMail()
Add task for Resource adaptor. |
Object |
createWebcontainer()
Add tasks for the web container configuration. |
Object |
createWsdlPublish()
Add task for WSDL. |
void |
setDestDir(File destDir)
Set the destination directory for the replacement. |
void |
setJonasRoot(File jonasRoot)
Set the source directory for the replacement. |
void |
setUpdate(boolean onlyUpdate)
Set if this is only an update or a new JONAS_BASE. |
| Methods inherited from class org.ow2.jonas.ant.AbstractAntDeprecated |
|---|
deprecated |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, 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 |
| Constructor Detail |
|---|
public JOnASBaseTaskDeprecated()
| Method Detail |
|---|
public void setDestDir(File destDir)
throws Exception
destDir - the destination directory
Exception
public void setJonasRoot(File jonasRoot)
throws Exception
jonasRoot - the source directory
Exception
public void setUpdate(boolean onlyUpdate)
throws Exception
onlyUpdate - If true update, else create and then update
Exception
public Object createJonasProperties()
throws Exception
Exception
public Object createJms()
throws Exception
Exception
public Object createCarol()
throws Exception
Exception
public Object createWebcontainer()
throws Exception
Exception
public Object createDb()
throws Exception
Exception
public Object createDiscovery()
throws Exception
Exception
public Object createJdbcXml()
throws Exception
Exception
public Object createJdbcRa()
throws Exception
Exception
public Object createMail()
throws Exception
Exception
public Object createDbm()
throws Exception
Exception
public Object createWsdlPublish()
throws Exception
Exception
public Object createLib()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||