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