| Package | Description |
|---|---|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.model.toolexecution |
| Modifier and Type | Class and Description |
|---|---|
class |
ToolOutput
Standard
IToolOutput implementation. |
| Modifier and Type | Method and Description |
|---|---|
IToolOutput |
ToolResult.getToolOutput() |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolResult.setToolOutput(IToolOutput pToolOutput)
Sets the result's tool output.
|
| Constructor and Description |
|---|
ToolResult(IToolContext pToolContext,
IToolOutput pToolOutput)
Creates a new tool result with tool output, no message and severity
ToolResultSeverity.OK. |
ToolResult(IToolContext pToolContext,
java.lang.String pMessage,
IToolResultSeverity pSeverity,
IToolOutput pToolOutput)
Creates a new tool result with a message, severity and tool output.
|
| Modifier and Type | Method and Description |
|---|---|
IToolOutput |
IToolResult.getToolOutput()
Returns the
IToolOutput. |
Copyright © 2015 Micro Focus GmbH. All rights reserved.