Package io.openliberty.tools.ant
Class SpringBootUtilTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- io.openliberty.tools.ant.AbstractTask
-
- io.openliberty.tools.ant.SpringBootUtilTask
-
- All Implemented Interfaces:
Cloneable
public class SpringBootUtilTask extends AbstractTask
Install feature task.
-
-
Field Summary
-
Fields inherited from class io.openliberty.tools.ant.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 Summary
Constructors Constructor Description SpringBootUtilTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()StringgetParentLibCachePath()StringgetSourceAppPath()StringgetTargetLibCachePath()StringgetTargetThinAppPath()protected voidinitTask()voidsetParentLibCachePath(String parentLibCachePath)voidsetSourceAppPath(String sourceAppPath)voidsetTargetLibCachePath(String targetLibCachePath)voidsetTargetThinAppPath(String targetThinAppPath)-
Methods inherited from class io.openliberty.tools.ant.AbstractTask
checkReturnCode, checkReturnCodeAndError, countStringOccurrencesInFile, findStringInFile, findStringsInFile, getFileName, getInstallDir, getLogFile, getMessage, getOutputDir, getRef, getReturnCode, getServerName, getServerOutputDir, getUserDir, sendErrorInvokeCommand, setInstallDir, setOutputDir, setRef, setServerName, setUserDir, stopServer, waitForStringInLog, waitForUpdatedStringInLog
-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
-
-
-
Method Detail
-
initTask
protected void initTask()
- Overrides:
initTaskin classAbstractTask
-
execute
public void execute()
- Overrides:
executein classorg.apache.tools.ant.Task
-
getSourceAppPath
public String getSourceAppPath()
-
setSourceAppPath
public void setSourceAppPath(String sourceAppPath)
-
getTargetLibCachePath
public String getTargetLibCachePath()
-
setTargetLibCachePath
public void setTargetLibCachePath(String targetLibCachePath)
-
getParentLibCachePath
public String getParentLibCachePath()
-
setParentLibCachePath
public void setParentLibCachePath(String parentLibCachePath)
-
getTargetThinAppPath
public String getTargetThinAppPath()
-
setTargetThinAppPath
public void setTargetThinAppPath(String targetThinAppPath)
-
-