public class DeployTask extends AbstractTask
DEFAULT_LOG_FILE, DEFAULT_SERVER, installDir, isWindows, messages, osName, outputDir, processBuilder, ref, serverConfigDir, serverName, serverOutputDir, userDir, WLP_OUTPUT_DIR_VAR, WLP_USER_DIR_VAR| Constructor and Description |
|---|
DeployTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet fs)
Adds a set of files (nested fileset attribute).
|
void |
execute() |
String |
getDeployName() |
String |
getTimeout() |
void |
setDeployName(String name) |
void |
setFile(File appFile) |
void |
setTimeout(String timeout) |
checkReturnCode, findStringInFile, findStringsInFileCommon, getFileName, getInstallDir, getLogFile, getMessage, getOutputDir, getRef, getReturnCode, getServerName, getUserDir, initTask, setInstallDir, setOutputDir, setRef, setServerName, setUserDir, stopServer, waitForStringInLogbindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
execute in class org.apache.tools.ant.Taskpublic void addFileset(org.apache.tools.ant.types.FileSet fs)
fs - the file set to addpublic void setFile(File appFile)
public String getTimeout()
public void setTimeout(String timeout)
timeout - the timeout to setpublic String getDeployName()
public void setDeployName(String name)
name - the deployName to setCopyright © 2017 the original author or authors.