public class InstallApplication extends WsAdmin
| Constructor and Description |
|---|
InstallApplication()
Constructor for InstallApplication.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.tools.ant.types.Commandline.Argument |
createArg()
Creates a nested arg element.
|
void |
execute() |
void |
setCommand(java.lang.String command)
Disabled in this subclass
|
void |
setEar(java.lang.String application)
Sets the ear.
|
void |
setLang(java.lang.String lang)
Disabled in this subclass
|
void |
setOptions(java.lang.String options)
Sets the options.
|
void |
setScript(java.lang.String script)
Disabled in this subclass
|
createJvmarg, isDebug, setConntype, setDebug, setFailonerror, setFileEncoding, setHost, setJvmMaxMemory, setPassword, setPort, setProfile, setProfileName, setProperties, setUser, setWasHomegetDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic InstallApplication()
public void setCommand(java.lang.String command)
setCommand in class WsAdmincommand - The command to setpublic void setLang(java.lang.String lang)
public void setScript(java.lang.String script)
public void setEar(java.lang.String application)
ear - The ear to setpublic void execute()
throws org.apache.tools.ant.BuildException
public void setOptions(java.lang.String options)
options - The options to setpublic org.apache.tools.ant.types.Commandline.Argument createArg()
WsAdmincreateArg in class WsAdminWsAdmin.createArg()