| |
|
| org.objectweb.jonas.ant.BootstrapTask
All known Subclasses: org.objectweb.jonas.ant.JOnASTask, org.objectweb.jonas.ant.jonasbase.JTask, org.objectweb.jonas.ant.JonasHotDeploymentTool, org.objectweb.jonas.ant.GenICTask,
BootstrapTask | abstract public class BootstrapTask extends Task (Code) | | Allow to use the BootStrap class It allows to do some operations like
- starting/stopping JOnAS
- Deploying some apps
-
etc...
author: Florent Benoit
|
createClasspath | public Path createClasspath()(Code) | | Adds to the classpath the class of the project
the path to be configured. |
getBootstraptask | protected Java getBootstraptask(String definedClass)(Code) | | Run the task
See Also: org.apache.tools.ant.Task.execute |
getCatalinaHome | public String getCatalinaHome()(Code) | | the catalinaHome. |
getDomainName | public String getDomainName()(Code) | | the domainName. |
getJettyHome | public String getJettyHome()(Code) | | the jettyHome. |
getJonasRoot | public File getJonasRoot()(Code) | | the jonasRoot. |
getServerName | public String getServerName()(Code) | | the server Name. |
setCatalinaHome | public void setCatalinaHome(String catalinaHome)(Code) | | Set catalina Home
Parameters: catalinaHome - The catalinaHome to set. |
setClasspath | public void setClasspath(Path classpath)(Code) | | Set the classpath for this task
Parameters: classpath - the classpath to use. |
setDomainName | public void setDomainName(String domainName)(Code) | | Set domainName
Parameters: domainName - The domainName to set. |
setJettyHome | public void setJettyHome(String jettyHome)(Code) | | Set jetty home path
Parameters: jettyHome - The jettyHome to set. |
setJonasRoot | public void setJonasRoot(File jonasRoot)(Code) | | Set the JOnAS root directory.
Parameters: jonasRoot - the JOnAS root directory. |
setJonasbase | public void setJonasbase(File jonasBase)(Code) | | Set the JOnAS base directory.
Parameters: jonasBase - the JOnAS base directory. |
setJvmopts | public void setJvmopts(String jvmOpts)(Code) | | Set the additional args to pass to the JVM.
Parameters: jvmOpts - the options. |
setServerName | public void setServerName(String serverName)(Code) | | Set the name of the server
Parameters: serverName - The serverName to set. |
setTaskName | public void setTaskName(String taskName)(Code) | | Set the name of the task
Parameters: taskName - Name of the task |
|
|
|