|
||||||||||
| 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.JOnASTaskDeprecated
public class JOnASTaskDeprecated
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 | |
|---|---|
JOnASTaskDeprecated()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createClasspath()
Adds to the classpath the class of the project. |
void |
setArch(java.lang.String arch)
Set architecture |
void |
setCatalinaHome(java.lang.String catalinaHome)
Deprecated. |
void |
setCdDir(java.lang.String cdDir)
Set the cluster daemon directory |
void |
setClasspath(org.apache.tools.ant.types.Path classpath)
Set the classpath for this task. |
void |
setDestDirPrefix(java.lang.String destDirPrefix)
Set the destination directory prefix |
void |
setDomainName(java.lang.String domainName)
Set domainName. |
void |
setJettyHome(java.lang.String jettyHome)
Deprecated. |
void |
setJonasBase(java.io.File jonasBase)
Set the JOnAS base directory. |
void |
setJonasRoot(java.io.File jonasRoot)
Set the JOnAS root directory. |
void |
setJvmopts(java.lang.String jvmOpts)
Set the additional args to pass to the JVM. |
void |
setMode(java.lang.String mode)
Sets the mode for the server (start or stop). |
void |
setServerName(java.lang.String serverName)
Set the name of the server. |
| 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 JOnASTaskDeprecated()
| Method Detail |
|---|
public void setMode(java.lang.String mode)
throws java.lang.Exception
mode - The mode to set.
java.lang.Exception
public void setDomainName(java.lang.String domainName)
throws java.lang.Exception
domainName - The domainName to set.
java.lang.Exception
public void setDestDirPrefix(java.lang.String destDirPrefix)
throws java.lang.Exception
destDirPrefix - the destination directory prefix
java.lang.Exception
public void setCdDir(java.lang.String cdDir)
throws java.lang.Exception
cdDir - the destination directory for the cluster daemon configuration
java.lang.Exception
public void setArch(java.lang.String arch)
throws java.lang.Exception
arch - the architecture
java.lang.Exception
public void setServerName(java.lang.String serverName)
throws java.lang.Exception
serverName - The serverName to set.
java.lang.Exception
@Deprecated
public void setCatalinaHome(java.lang.String catalinaHome)
throws java.lang.Exception
catalinaHome - The catalinaHome to set.
java.lang.Exception
@Deprecated
public void setJettyHome(java.lang.String jettyHome)
throws java.lang.Exception
jettyHome - The jettyHome to set.
java.lang.Exception
public void setJonasRoot(java.io.File jonasRoot)
throws java.lang.Exception
jonasRoot - the JOnAS root directory.
java.lang.Exception
public void setJonasBase(java.io.File jonasBase)
throws java.lang.Exception
jonasBase - the JOnAS base directory.
java.lang.Exception
public void setJvmopts(java.lang.String jvmOpts)
throws java.lang.Exception
jvmOpts - the options.
java.lang.Exception
public java.lang.Object createClasspath()
throws java.lang.Exception
java.lang.Exception
public void setClasspath(org.apache.tools.ant.types.Path classpath)
throws java.lang.Exception
classpath - the classpath to use.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||