org.objectweb.jonas.ant.BootstrapTask Class Reference

Inherited by org.objectweb.jonas.ant.jonasbase.JTask, org.objectweb.jonas.ant.JonasHotDeploymentTool, and org.objectweb.jonas.ant.JOnASTask.

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

Inheritance graph
[legend]
List of all members.

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)

Detailed Description

Allow to use the BootStrap class <br/>It allows to do some operations like
Author:
Florent Benoit

Definition at line 41 of file BootstrapTask.java.


Member Function Documentation

Path org.objectweb.jonas.ant.BootstrapTask.createClasspath  ) 
 

Adds to the classpath the class of the project

Returns:
the path to be configured.

Definition at line 121 of file BootstrapTask.java.

Java org.objectweb.jonas.ant.BootstrapTask.getBootstraptask String  definedClass  )  [protected]
 

Run the task

See also:
org.apache.tools.ant.Task#execute()

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:

String org.objectweb.jonas.ant.BootstrapTask.getCatalinaHome  ) 
 

Returns:
the catalinaHome.

Definition at line 267 of file BootstrapTask.java.

String org.objectweb.jonas.ant.BootstrapTask.getJettyHome  ) 
 

Returns:
the jettyHome.

Definition at line 282 of file BootstrapTask.java.

File org.objectweb.jonas.ant.BootstrapTask.getJonasRoot  ) 
 

Returns:
the jonasRoot.

Definition at line 296 of file BootstrapTask.java.

Referenced by org.objectweb.jonas.ant.jonasbase.JdbcRa.execute().

String org.objectweb.jonas.ant.BootstrapTask.getServerName  ) 
 

Returns:
the server Name.

Definition at line 252 of file BootstrapTask.java.

Referenced by org.objectweb.jonas.ant.JonasHotDeploymentTool.deploy(), and org.objectweb.jonas.ant.BootstrapTask.getBootstraptask().

String org.objectweb.jonas.ant.BootstrapTask.getTaskName  ) 
 

Returns:
the taskName.

Definition at line 237 of file BootstrapTask.java.

void org.objectweb.jonas.ant.BootstrapTask.setCatalinaHome String  catalinaHome  ) 
 

Set catalina Home

Parameters:
catalinaHome The catalinaHome to set.

Definition at line 275 of file BootstrapTask.java.

void org.objectweb.jonas.ant.BootstrapTask.setClasspath Path  classpath  ) 
 

Set the classpath for this task

Parameters:
classpath the classpath to use.

Definition at line 129 of file BootstrapTask.java.

void org.objectweb.jonas.ant.BootstrapTask.setJettyHome String  jettyHome  ) 
 

Set jetty home path

Parameters:
jettyHome The jettyHome to set.

Definition at line 290 of file BootstrapTask.java.

void org.objectweb.jonas.ant.BootstrapTask.setJonasbase File  jonasBase  ) 
 

Set the JOnAS base directory.

Parameters:
jonasBase the JOnAS base directory.

Definition at line 105 of file BootstrapTask.java.

void org.objectweb.jonas.ant.BootstrapTask.setJonasRoot File  jonasRoot  ) 
 

Set the JOnAS root directory.

Parameters:
jonasRoot the JOnAS root directory.

Definition at line 97 of file BootstrapTask.java.

void org.objectweb.jonas.ant.BootstrapTask.setJvmopts String  jvmOpts  ) 
 

Set the additional args to pass to the JVM.

Parameters:
jvmOpts the options.

Definition at line 113 of file BootstrapTask.java.

void org.objectweb.jonas.ant.BootstrapTask.setServerName String  serverName  ) 
 

Set the name of the server

Parameters:
serverName The serverName to set.

Definition at line 260 of file BootstrapTask.java.

void org.objectweb.jonas.ant.BootstrapTask.setTaskName String  taskName  ) 
 

Set the name of the task

Parameters:
taskName Name of the task

Definition at line 245 of file BootstrapTask.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:06:07 2005 for JOnAS by  doxygen 1.3.9.1