Inheritance diagram for org.objectweb.jonas.ant.BootstrapTask:

Public Member Functions | |
| void | setJonasRoot (File jonasRoot) |
| void | setJonasbase (File jonasBase) |
| void | setJvmopts (String jvmOpts) |
| Path | createClasspath () |
| void | setClasspath (Path classpath) |
| String | getTaskName () |
| void | setTaskName (String taskName) |
| String | getServerName () |
| void | setServerName (String serverName) |
| String | getCatalinaHome () |
| void | setCatalinaHome (String catalinaHome) |
| String | getJettyHome () |
| void | setJettyHome (String jettyHome) |
| File | getJonasRoot () |
Protected Member Functions | |
| Java | getBootstraptask (String definedClass) |
Definition at line 41 of file BootstrapTask.java.
|
|
Adds to the classpath the class of the project
Definition at line 121 of file BootstrapTask.java. |
|
|
Run the task
Definition at line 137 of file BootstrapTask.java. References org.objectweb.jonas.ant.BootstrapTask.getServerName(). Referenced by org.objectweb.jonas.ant.JonasHotDeploymentTool.deploy(), org.objectweb.jonas.ant.JOnASTask.execute(), and org.objectweb.jonas.ant.jonasbase.JdbcRa.execute(). |
Here is the call graph for this function:

|
|
Definition at line 267 of file BootstrapTask.java. |
|
|
Definition at line 282 of file BootstrapTask.java. |
|
|
Definition at line 296 of file BootstrapTask.java. Referenced by org.objectweb.jonas.ant.jonasbase.JdbcRa.execute(). |
|
|
Definition at line 252 of file BootstrapTask.java. Referenced by org.objectweb.jonas.ant.JonasHotDeploymentTool.deploy(), and org.objectweb.jonas.ant.BootstrapTask.getBootstraptask(). |
|
|
Definition at line 237 of file BootstrapTask.java. |
|
|
Set catalina Home
Definition at line 275 of file BootstrapTask.java. |
|
|
Set the classpath for this task
Definition at line 129 of file BootstrapTask.java. |
|
|
Set jetty home path
Definition at line 290 of file BootstrapTask.java. |
|
|
Set the JOnAS base directory.
Definition at line 105 of file BootstrapTask.java. |
|
|
Set the JOnAS root directory.
Definition at line 97 of file BootstrapTask.java. |
|
|
Set the additional args to pass to the JVM.
Definition at line 113 of file BootstrapTask.java. |
|
|
Set the name of the server
Definition at line 260 of file BootstrapTask.java. |
|
|
Set the name of the task
Definition at line 245 of file BootstrapTask.java. |
1.3.9.1