| Package | Description |
|---|---|
| com.microfocus.awm.control |
Contains basic classes for executing AWM actions, like
the ActionExecutor.
|
| com.microfocus.awm.control.internal |
Internal implementations for action execution and data model manipulation.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
OSCommandExecutor.execTool(IExecutionContext pContext,
ToolDescriptor pTool,
java.lang.String pAffectedResName,
org.eclipse.core.runtime.IProgressMonitor pMon) |
abstract ToolExecutionStatus |
AbstractTaurusToolExecutor.execTool(IExecutionContext pContext,
ToolDescriptor pTauToolDescriptor,
java.lang.String pAffectedResName,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractTaurusToolExecutor.createSingleOutputParameters(java.util.List<RToolOutParameter> pRToolOutParams,
java.util.List<java.lang.String> pPropValues,
IExecutionContext pContext,
ToolExecutionStatus pToolExecutionStatus)
Deprecated.
Properly registers returned tool parameters in the execution context and
execution status.
|
| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
IntegratedToolExecuter.execTool(IExecutionContext pContext,
ToolDescriptor pTauToolDescr,
java.lang.String pAffectedRes,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
execute the given integrated tool
|
| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
ReturnPropertyValue.execTool(IExecutionContext pContext,
ToolDescriptor pToolDescriptor,
java.lang.String pAffectedResName,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
ToolExecutionStatus |
MergeStructuredFiles.execTool(IExecutionContext pContext,
ToolDescriptor pToolDescriptor,
java.lang.String pAffectedResName,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
OSCommandToolExecutor.execTool(IExecutionContext pContext,
ToolDescriptor pToolDescriptor,
java.lang.String pAffectedResName,
org.eclipse.core.runtime.IProgressMonitor pMon) |
| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
IToolExecutor.execTool(IExecutionContext pContext,
ToolDescriptor pToolDescriptor,
java.lang.String pAffectedResName,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Called by AWM as soon as the tool is executed within an action.
|
ToolExecutionStatus |
IToolOutputReader.parseToolOutput(ToolDescriptor pTool,
java.util.List<java.lang.String> pToolOutput,
IExecutionContext pContext,
java.lang.String pTauPrefix,
org.eclipse.core.runtime.IProgressMonitor pMon)
Parses a tools output and returns a ToolExecutionStatus, which contains
the tools output parameters.
|
ToolExecutionStatus |
ITaurusPropertySetUtilities.propertySetAssociator(IExecutionContext pContext,
ToolDescriptor pTool,
FileDescriptor pFileDescriptor,
java.lang.String pPropertySetName,
boolean pIsLocalPropertySet,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Associates the property set with the giving name to the element.
|
ToolExecutionStatus |
ITaurusPropertySetUtilities.propertySetAssociatorUI(IExecutionContext pContext,
ToolDescriptor pTd,
Property pPropertySet,
FileDescriptor pFileDescriptor,
IElement pElement,
java.lang.Boolean pIsLocalPropertySet,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Allows the user to select the property set that will be associated to the
element via a dialog.
|
ToolExecutionStatus |
ITaurusPropertySetUtilities.propertySetCreator(IExecutionContext pContext,
ToolDescriptor pTool,
java.lang.String pPropertySetName,
java.lang.String pMemberLanguage,
java.lang.String pSyslibs,
boolean pIsLocalPropertySet,
boolean pReplace,
java.lang.String pPropertySetTemplate,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Creates a property set with the giving name and language and add the copy
libraries to it.
|
ToolExecutionStatus |
ITaurusPropertySetUtilities.propertySetRemover(IExecutionContext pContext,
ToolDescriptor pTool,
java.lang.String pPropertySetName,
boolean pIsLocalPropertySet,
org.eclipse.core.runtime.IProgressMonitor pMon)
Deprecated.
Remove the property set with the giving name on the system.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ToolExecutionStatus> |
IExecutionContext.getToolExecStatusList()
Gets a list of tool execution statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IExecutionContext.addToolExecStatus(ToolExecutionStatus pToolStatus)
Adds a tool execution status to the list of statuses.
|
void |
IResourceProcessor.doResourceProcessing(IExecutionContext pContext,
ToolDescriptor pToolDesc,
java.lang.String pAffectedRes,
ToolExecutionStatus execStat)
Handles resource operations of an executed TAURUS tool.
|
void |
IPropertyProvider.toolExecuted(IExecutionContext pContext,
ToolDescriptor pTool,
ToolExecutionStatus pToolResult)
Called after a tool has been executed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ToolExecutionStatus> |
ExecutionContext.getToolExecStatusList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionContext.addToolExecStatus(ToolExecutionStatus pToolStatus) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.