public abstract class FeatureManagerTask extends AbstractTask
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureManagerTask.Feature
Class for the nested 'feature' element.
|
static class |
FeatureManagerTask.ReturnCode
featureManager's exit codes.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
cmd |
protected List<FeatureManagerTask.Feature> |
features |
protected String |
name |
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 |
|---|
FeatureManagerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(FeatureManagerTask.Feature feature)
Add a Feature object
|
List<FeatureManagerTask.Feature> |
getFeatures() |
String |
getName() |
protected void |
initTask() |
void |
setFeatures(List<FeatureManagerTask.Feature> features) |
void |
setName(String name) |
checkReturnCode, findStringInFile, findStringsInFileCommon, getFileName, getInstallDir, getLogFile, getMessage, getOutputDir, getRef, getReturnCode, getServerName, getUserDir, setInstallDir, setOutputDir, setRef, setServerName, setUserDir, stopServer, waitForStringInLogbindToOwner, execute, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeprotected String cmd
protected String name
protected List<FeatureManagerTask.Feature> features
public void addFeature(FeatureManagerTask.Feature feature)
feature - The Feature object.protected void initTask()
initTask in class AbstractTaskpublic String getName()
public void setName(String name)
name - the feature namepublic List<FeatureManagerTask.Feature> getFeatures()
public void setFeatures(List<FeatureManagerTask.Feature> features)
features - the features to setCopyright © 2017 the original author or authors.