|
||||||||||
| 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.JOnASClusterConfigTaskDeprecated
public class JOnASClusterConfigTaskDeprecated
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 | |
|---|---|
JOnASClusterConfigTaskDeprecated()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createClusterDaemon()
|
void |
setArch(java.lang.String arch)
Set architecture |
void |
setCdDir(java.lang.String cdDir)
Set the cluster daemon directory |
void |
setDestDirPrefix(java.lang.String destDirPrefix)
Set the destination directory prefix |
void |
setJonasRoot(java.io.File jonasRoot)
Set the source directory for the replacement |
void |
setUpdate(boolean onlyUpdate)
Set if this is only an update or a new JONAS_BASE |
void |
setWebInstNb(int webInstNb)
Set the web instances number |
| 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 JOnASClusterConfigTaskDeprecated()
| Method Detail |
|---|
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 setJonasRoot(java.io.File jonasRoot)
throws java.lang.Exception
jonasRoot - the source directory
java.lang.Exception
public void setArch(java.lang.String arch)
throws java.lang.Exception
arch - the architecture
java.lang.Exception
public void setWebInstNb(int webInstNb)
throws java.lang.Exception
webInstNb - number of web instances
java.lang.Exception
public void setUpdate(boolean onlyUpdate)
throws java.lang.Exception
onlyUpdate - If true update, else create and then update
java.lang.Exception
public java.lang.Object createClusterDaemon()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||