public class ServerTask extends AbstractTask
| Modifier and Type | Class and Description |
|---|---|
static class |
ServerTask.ReturnCode |
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 |
|---|
ServerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute() |
File |
getArchive() |
String |
getInclude() |
String |
getOperation() |
String |
getOs() |
String |
getResultProperty() |
String |
getTemplate() |
String |
getTimeout() |
protected void |
initTask() |
boolean |
isClean() |
void |
setArchive(File archive) |
void |
setClean(boolean clean) |
void |
setInclude(String include) |
void |
setOperation(String operation) |
void |
setOs(String os) |
void |
setResultProperty(String resultProperty) |
void |
setTemplate(String template) |
void |
setTimeout(String timeout) |
checkReturnCode, findStringInFile, findStringsInFileCommon, getFileName, getInstallDir, getLogFile, getMessage, getOutputDir, getRef, getReturnCode, getServerName, getUserDir, 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, setTaskTypeprotected void initTask()
initTask in class AbstractTaskpublic void execute()
execute in class org.apache.tools.ant.Taskpublic String getOperation()
public void setOperation(String operation)
operation - the operation to setpublic File getArchive()
public void setArchive(File archive)
archive - the archive to setpublic boolean isClean()
public void setClean(boolean clean)
clean - the clean to setpublic String getTimeout()
public void setTimeout(String timeout)
timeout - the timeout to setpublic String getOs()
public void setOs(String os)
os - the os to setpublic String getResultProperty()
public void setResultProperty(String resultProperty)
public String getInclude()
public void setInclude(String include)
public String getTemplate()
public void setTemplate(String template)
Copyright © 2018 the original author or authors.