| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.core.internal |
Internal core classes.
|
| Modifier and Type | Method and Description |
|---|---|
static ValidateMessage |
ActionExecutor.parseValidateMessage(java.lang.String pLine)
Tries to parse a validate message from the given line.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ValidateMessage> |
ToolExecutionStatus.getValidateMessages()
Deprecated.
validation messages are now returned by
IToolResult
and can be obtained via
IToolOutput.getValidationMessages() or
ActionExecutor.getAllValidationMessages(IAction) |
| Modifier and Type | Method and Description |
|---|---|
void |
ToolExecutionStatus.setValidateMessages(java.util.List<ValidateMessage> pValidateMessages)
Deprecated.
Use
IToolResult instead to return validation
messages. |
| Modifier and Type | Method and Description |
|---|---|
ValidateMessage |
ValidateMessageParser.parseValidateMessage()
Parses the line giving in the constructor.
|
Copyright © 2015 Micro Focus GmbH. All rights reserved.