Package io.openliberty.tools.ant
Class UninstallFeatureTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- io.openliberty.tools.ant.AbstractTask
-
- io.openliberty.tools.ant.FeatureManagerTask
-
- io.openliberty.tools.ant.UninstallFeatureTask
-
- All Implemented Interfaces:
Cloneable
public class UninstallFeatureTask extends FeatureManagerTask
Uninstall feature task.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.openliberty.tools.ant.FeatureManagerTask
FeatureManagerTask.Feature, FeatureManagerTask.ReturnCode
-
-
Field Summary
-
Fields inherited from class io.openliberty.tools.ant.FeatureManagerTask
cmd, features, name
-
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 UninstallFeatureTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class io.openliberty.tools.ant.FeatureManagerTask
addFeature, getFeatures, getName, initTask, setFeatures, setName
-
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
-
-