public class AdminTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
AdminTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommandOperand(String value) |
void |
addCommandParameter(String name,
String value) |
void |
execute() |
void |
execute(String commandExec) |
String |
getCommand() |
String |
getInstallDir() |
void |
setCommand(String command) |
void |
setHost(String host) |
void |
setInstallDir(String installDir) |
void |
setPasswordFile(String passwordfile) |
void |
setPort(String port) |
void |
setTarget(String target) |
void |
setUser(String user) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void setTarget(String target)
public void setInstallDir(String installDir)
public void setCommand(String command)
public String getCommand()
public void addCommandOperand(String value)
public void setUser(String user)
public void setPasswordFile(String passwordfile)
public void setHost(String host)
public void setPort(String port)
public String getInstallDir()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void execute(String commandExec) throws org.apache.tools.ant.BuildException
org.apache.tools.ant.BuildExceptionCopyright © 2019. All rights reserved.