public class CleanTask 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 |
|---|
CleanTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
doClean() |
void |
execute() |
boolean |
isApps() |
boolean |
isDropins() |
boolean |
isLogs() |
boolean |
isWorkarea() |
void |
setApps(boolean apps) |
void |
setDropins(boolean dropins) |
void |
setLogs(boolean logs) |
void |
setWorkarea(boolean workarea) |
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()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic boolean isLogs()
public void setLogs(boolean logs)
logs - Clean the serverOutputDir/logs dirpublic boolean isWorkarea()
public void setWorkarea(boolean workarea)
workarea - Clean the serverOutputDir/workarea dirpublic boolean isDropins()
public void setDropins(boolean dropins)
dropins - Clean the serverConfigDir/dropins dirpublic boolean isApps()
public void setApps(boolean apps)
apps - Clean the serverConfigDir/apps dirCopyright © 2017 the original author or authors.