| Package | Description |
|---|---|
| com.microfocus.awm.control.internal |
Internal implementations for action execution and data model manipulation.
|
| com.microfocus.awm.control.toolexecution | |
| com.microfocus.awm.internal.functionpackage.awm.tools |
Internal AWM tool implementations.
|
| com.microfocus.awm.internal.functionpackage.oscommand.tools |
Internal tool implementations for the Operating System Function Package.
|
| com.microfocus.awm.model |
Contains interfaces which provide access to AWM managed
resources at run-time like AWM applications, elements, element lists,
filters, file descriptors, actions, tools, properties and the master
configuration, and so on.
|
| com.microfocus.awm.model.internal |
Internal implementations of AWM interfaces.
|
| com.microfocus.awm.model.toolexecution | |
| com.microfocus.awm.tools |
Internal AWM tool type implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableResourceOperationProcessor.doResourceProcessing(IExecutionContext pContext,
ToolDescriptor pToolDesc,
java.lang.String pAffectedRes,
IToolResult pToolResult,
org.eclipse.core.runtime.IProgressMonitor pMon) |
void |
AbstractResourceOperationProcessor.doResourceProcessing(IExecutionContext pContext,
ToolDescriptor pToolDesc,
java.lang.String pAffectedRes,
IToolResult pToolResult,
org.eclipse.core.runtime.IProgressMonitor pMon)
Performs the resource operation(s) after a tool was executed.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ToolResult
Standard implementation of
IToolResult. |
| Modifier and Type | Method and Description |
|---|---|
IToolResult |
ValidateValue.executeMassProcessing(IMassProcessingToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ValidateLineLength.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Executes the tool as mass processing tool.
|
IToolResult |
TransferFile.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ReturnPropertyValue2.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
MergeStructuredFiles2.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
LocalTempFileCreatorToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
LocalFileLocatorToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
LocalFileCreatorToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ErrorFeedbackToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
EditCleanUpToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
CreateStructuredFileToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
CreateStaticElementListToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ClearErrorFeedbackEntriesToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ClearApplicationFileCacheToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ChildrenRefresherToolExecutor.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ValidateValue.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ValidateLineLength.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Gets the maximum line length
Gets the content either from the editor context or a file
Validates the content of each line
Based on the result, it creates the
ToolExecutionStatus and
puts the RToolOutParameter into the IExecutionContext. |
IToolResult |
TransferFile.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ReturnPropertyValue2.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
MergeStructuredFiles2.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
LocalTempFileCreatorToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
LocalFileLocatorToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
LocalFileCreatorToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ErrorFeedbackToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
EditCleanUpToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
CreateStructuredFileToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
CreateStaticElementListToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ClearErrorFeedbackEntriesToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ClearApplicationFileCacheToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
ChildrenRefresherToolExecutor.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
| Modifier and Type | Method and Description |
|---|---|
IToolResult |
OSCommandToolExecutor2.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
CheckOSFileExistence.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
OSCommandToolExecutor2.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
CheckOSFileExistence.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IToolResult> |
IAction.getResourceProcessingProblemResults()
Gets a list of tool results which caused problems during resource
processing.
|
java.util.List<IToolResult> |
IAction.getToolResults()
Gets the tool results of all tools executed by this action.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IToolResult> |
Action.getResourceProcessingProblemResults() |
java.util.List<IToolResult> |
Action.getToolResults() |
| Modifier and Type | Method and Description |
|---|---|
IToolResult |
IToolExecutor2.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Executes the tool for multiple resource.
|
IToolResult |
IToolExecutor2.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Executes the tool for a single resource.
|
IToolResult |
IAsynchronousToolExecutor.parseToolResult(IToolContext pToolContext,
java.lang.String pParmFilePath,
org.eclipse.core.runtime.IProgressMonitor pMon)
Reads the result of a previously executed tool from the given parameter
file path.
|
| Modifier and Type | Method and Description |
|---|---|
IToolResult |
LinkedPropertySetter.executeMassProcessing(IMassProcessingToolContext pMassProcessingContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
IToolResult |
LinkedPropertySetter.executeSingleProcessing(IToolContext pToolContext,
org.eclipse.core.runtime.IProgressMonitor pMon) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.