|
||||||||||
| 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.ServerDeployDeprecated
public class ServerDeployDeprecated
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 | |
|---|---|
ServerDeployDeprecated()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
createGeneric()
Creates a generic deployment tool. |
java.lang.Object |
createJonas()
Creates a JOnAS deployment tool, for deployment to JOnAS servers. |
java.lang.Object |
createWeblogic()
Creates a WebLogic deployment tool, for deployment to WebLogic servers. |
void |
setAction(java.lang.String action)
The action to be performed, usually "deploy"; required. |
void |
setSource(java.io.File source)
The filename of the component to be deployed; optional depending upon the tool and the action. |
| 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 ServerDeployDeprecated()
| Method Detail |
|---|
public void setSource(java.io.File source)
throws java.lang.Exception
source - String representing the "source" attribute.
java.lang.Exception
public void setAction(java.lang.String action)
throws java.lang.Exception
action - A String representing the "action" attribute.
java.lang.Exception
public java.lang.Object createGeneric()
throws java.lang.Exception
Ant calls this method on creation to handle embedded "generic" elements in the ServerDeploy task.
java.lang.Exception
public java.lang.Object createWeblogic()
throws java.lang.Exception
Ant calls this method on creation to handle embedded "weblogic" elements in the ServerDeploy task.
java.lang.Exception
public java.lang.Object createJonas()
throws java.lang.Exception
Ant calls this method on creation to handle embedded "jonas" elements in the ServerDeploy task.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||