| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceOperation |
ActionExecutor.parseResourceOperation(ToolDescriptor pTool,
java.lang.String pLine,
IExecutionContext pContext)
Deprecated.
this method uses deprecated tool descriptor attributes. Use
AbstractCommandBasedToolExecutor.parseResourceOperation(ToolDescriptor, String, String, List, IExecutionContext)
instead. |
| Modifier and Type | Method and Description |
|---|---|
static ResourceOperation |
AbstractCommandBasedToolExecutor.parseResourceOperation(ToolDescriptor pTool,
java.lang.String pLine,
java.lang.String pSeparator,
java.util.List<Property> pResourceOperationProperties,
IExecutionContext pContext)
Parses a resource operation if the given line starts with one of the
resource operation keywords (see
EResourceProcessingTypes). |
| Modifier and Type | Method and Description |
|---|---|
ResourceOperation |
ResourceOperation.clone() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ResourceOperation> |
ToolExecutionStatus.getResourceOperations() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolExecutionStatus.putResourceOperation(ResourceOperation pResOp)
Adds a new ResourceOperation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ToolExecutionStatus.setResourceOperations(java.util.List<ResourceOperation> pResOperations) |
| Constructor and Description |
|---|
ToolExecutionStatus(java.lang.String pToolName,
int pToolRc,
java.lang.String pToolMsg,
java.util.List<ResourceOperation> pResOps)
Creates a new ToolExecutionStatus with a message and resource operations
(see
ResourceOperation). |
ToolExecutionStatus(java.lang.String pToolName,
int pToolRc,
java.lang.String pToolMsg,
java.util.List<ResourceOperation> pResOps,
java.util.Map<Property,IPropertyValue> pParmMap)
Creates a new ToolExecutionStatus with a message and resource operations
(see
ResourceOperation). |
Copyright © 2015 Micro Focus GmbH. All rights reserved.