| 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.control.toolexecution | |
| com.microfocus.awm.control.toolexecution.internal | |
| com.microfocus.awm.core |
Contains central helper classes (like TaurusUtility) and
basic implementations of AWM interfaces.
|
| com.microfocus.awm.core.internal |
Internal core classes.
|
| com.microfocus.awm.core.internal.util | |
| 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.
|
| com.microfocus.awm.utility |
Internal helper classes.
|
| com.microfocus.zserver.zexplorer.model |
Interfaces for the z/Explorer model (MVS resources).
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EditUtilities.createLocalFile(FileDescriptor pFileDescr,
IElement pElement,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Creates a local IFile in the internal TAURUS project and maintains the
internal maps for local edit.
|
void |
AbstractTaurusToolExecutor.createMassOutputParameters(java.util.List<java.util.Map<RToolOutParameter,java.lang.String>> pMassToolOutParmValues,
IExecutionContext pContext)
Deprecated.
Warning! This method clears any existing mass processing context.
|
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.
|
static FileDescriptor |
EditUtilities.createTempFile(FileDescriptor pFDSource,
java.lang.String pFileName,
IElement pElement,
IExecutionContext pContext,
boolean pReadOnly)
Creates a temporary local file within the TAURUS file system.
|
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.
|
static void |
ElementlistManager.fillElementList(IGetDataResponse pResp,
FileDescriptor pFD,
IElementList pElementList,
IExecutionContext pContext)
Finds the file output parameter from the given tool descriptor and
converts the physical element list into element list entries.
|
static void |
ElementlistManager.fillElementList(ISystemImage pImg,
java.io.InputStream pIS,
FileDescriptor pFD,
IElementList pElementList,
IExecutionContext pContext)
Deprecated.
used
ElementlistManager.fillElementList(IGetDataResponse, FileDescriptor, IElementList, IExecutionContext)
instead because the local code page
IGetDataResponse.getLocalCodePage() used to create
the input stream is needed to read it.) |
static void |
ElementlistManager.fillElementList(ToolDescriptor pTd,
IElementList pElementList,
ActionDescriptor filActDescr,
IExecutionContext pContext)
Finds the file output parameter from the given tool descriptor and
converts the physical element list into element list entries.
|
static java.lang.String |
EditUtilities.getConfiguredCompareSuffix(ToolDescriptor pTd,
IExecutionContext pContext) |
static java.lang.String |
ActionExecutor.getParameterValue(RToolInParameter pInparm,
IExecutionContext pContext)
|
static void |
ActionExecutor.handleFileOutput(IToolContext pToolContext,
IExecutionContext pExecutionContext,
FileDescriptor targetIDFile,
java.lang.Object pOutparmValue)
Handles a returned file output parameter by "describing" the referenced
file descriptor and adding it to the parameter memory.
|
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. |
static ValidateMessage |
ActionExecutor.parseValidateMessage(java.lang.String pLine)
Tries to parse a validate message from the given line.
|
| 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 |
|---|---|
static IPropertyData |
ToolUtility.createPropertyData(IObjectTable<java.lang.String> pValues,
FileDescriptor pFileDescriptor)
Same as
ToolUtility.createPropertyData(String[][], FileDescriptor) but with
the strings provided by an IObjectTable. |
static IPropertyData |
ToolUtility.createPropertyData(java.lang.String[][] pValues,
FileDescriptor pFileDescriptor)
Creates
IPropertyData from the IStructure of the given
FileDescriptor by creating one IPropertyElement for each
line (first dimension) and one property value for each String (second
dimension). |
static <T> T |
ToolUtility.getAttributeValue(IToolContext pContext,
IDynamicObject pDynamicObject,
java.lang.String pAttributeId,
java.lang.Class<T> pAttributeType)
Returns an attribute value of a given model extension object
(
IDynamicObject). |
static IComplexAttribute |
ToolUtility.getComplexAttribute(IDynamicObject pDynamicObject,
java.lang.String pComplexAttributeId)
Returns the first found
IComplexAttribute for a given
(IDynamicObject) based on the provided complex attribute ID. |
static java.util.Collection<IComplexAttribute> |
ToolUtility.getComplexAttributes(IDynamicObject pDynamicObject,
java.lang.String pComplexAttributeId)
Returns a collection of
IComplexAttributes for a given
(IDynamicObject) based on the provided complex attribute ID. |
static <T extends IToolInputParameter> |
ToolUtility.getInputParameter(IToolContext pToolContext,
java.lang.String pExtensionID,
java.lang.Class<T> pType)
This method retrieves the first found
IToolInputParameter which
extension ID matches the provided extension ID. |
static <T extends IToolInputParameter> |
ToolUtility.getInputParameters(IToolContext pToolContext,
java.lang.String pExtensionID,
java.lang.Class<T> pType)
This method retrieves a
Collection of IToolInputParameter
which extension ID matches the provided extension ID. |
static <T extends IModeledToolOutputParameter> |
ToolUtility.getOutputParameter(IToolContext pToolContext,
java.lang.String pExtensionID,
java.lang.Class<T> pType)
This method retrieves the first found
IModeledToolOutputParameter
which extension ID matches the provided extension ID. |
static <T extends IModeledToolOutputParameter> |
ToolUtility.getOutputParameters(IToolContext pToolContext,
java.lang.String pExtensionID,
java.lang.Class<T> pType)
This method retrieves a
Collection of
IModeledToolOutputParameter which extension ID matches the
provided extension ID. |
static java.lang.String |
AbstractCommandBasedToolExecutor.getParameterSeparatorWithoutQuotes(IToolContext pToolContext,
java.lang.String pParmSeparatorAttributeID) |
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). |
| Constructor and Description |
|---|
TableOutputParameter(IModeledFileOutputParameter pOutputFile,
java.lang.String[][] pValues)
Creates a table output parameter from a matrix of Strings.
|
TableOutputParameter(IModeledFileOutputParameter pOutputFile,
StringTable pStringTable)
Creates a table output parameter from a
StringTable. |
| Constructor and Description |
|---|
MassProcessingSubContext(IMassProcessingToolContext pParentContext,
IExecutionContext pSubContext)
Basic constructor.
|
MassProcessingToolContext(ToolDescriptor pToolDescriptor,
IExecutionContext pContext)
Creates a new mass processing tool context.
|
SingleProcessingToolContext(ToolDescriptor pToolDescriptor,
IExecutionContext pContext)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TaurusUtility.associatePropertyGroup(IElement pElement,
org.eclipse.core.resources.IFile pFile)
Associate the property group corresponding to the giving element to the
giving file.
|
static IToolInputParameter |
TaurusFactory.createInputParameter(RToolInParameter pRToolInParameter,
IToolContext pToolContext)
|
static boolean |
TaurusUtility.getBooleanValue(Property pProperty,
java.lang.String pParameterValue)
Returns
true under following conditions:
The given value equals (ignore case) true or
1
Or if the value equals (ignore case) the true-value of the given
Property
Returns false under following conditions:
The given value equals (ignore case) false or
0
Or if the value equals (ignore case) the false-value of the given
property
|
static org.eclipse.core.resources.IResource |
TaurusModelUtilities.getEclipseResource(IExecutionContext pContext,
ToolDescriptor pToolDescriptor,
int pIDInparmInxed,
boolean pResourceNotFoundException)
Deprecated.
Parameters should no longer be accessed through indexes. Tool
executors should implement
IToolExecutor2 and obtain
the parameter via corresponding methods of
IToolContext or ToolUtility. |
static FileDescriptor |
TaurusModelUtilities.getFileDescriptorByInputParam(RToolInParameter pIp,
IExecutionContext pContext)
Deprecated.
Does not resolve property references from the main context,
if the given
IExecutionContext is a mass processing
sub context. Use
TaurusModelUtilities.getFileDescriptorFromParameter(RToolParameter, IToolContext)
instead. |
static FileDescriptor |
TaurusModelUtilities.getFileDescriptorFromParameter(RToolParameter pParm,
IExecutionContext pContext)
Deprecated.
Does not resolve property references from the main context,
if the given
IExecutionContext is a mass processing
sub context. Use
TaurusModelUtilities.getFileDescriptorFromParameter(RToolParameter, IToolContext)
instead. |
static FileDescriptor |
TaurusModelUtilities.getFileDescriptorFromParameter(RToolParameter pParm,
IToolContext pToolContext)
Resolves and returns a file descriptor referenced by a tool parameter.
|
static IPropertyValue |
TaurusModelUtilities.getParameterPropertyValue(RToolInParameter pStringInparm,
IExecutionContext pContext)
Returns a property value for the given parameter.
|
static java.lang.String |
TaurusModelUtilities.getParameterValue(RToolInParameter pInparm,
IExecutionContext pContext)
Returns the value of the given parameter or
null. |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ParsedLineResult> |
ParsedLineResult.parseLines(java.io.InputStream pIs,
java.lang.String pEncoding,
FileDescriptor pFD)
Parses an input stream containing an AWM list format and converts it to a
list of
ParsedLineResults. |
ValidateMessage |
ValidateMessageParser.parseValidateMessage()
Parses the line giving in the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
IToolContext |
AbstractConvertedToolExecutor.createToolContext(IExecutionContext pExecutionContext,
ToolDescriptor pToolDescriptor,
boolean pIsMassProcessing) |
| Modifier and Type | Method and Description |
|---|---|
IToolContext |
ReturnPropertyValue2.createToolContext(IExecutionContext pExecutionContext,
ToolDescriptor pToolDescriptor,
boolean pIsMassProcessing) |
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.
|
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) |
void |
ValidateValue.init(IToolContext pToolContext) |
void |
ValidateLineLength.init(IToolContext pToolContext) |
void |
MergeStructuredFiles2.init(IToolContext pToolContext) |
void |
CreateStructuredFileToolExecutor.init(IToolContext pToolContext) |
| Modifier and Type | Method and Description |
|---|---|
ToolExecutionStatus |
OSCommandToolExecutor.execTool(IExecutionContext pContext,
ToolDescriptor pToolDescriptor,
java.lang.String pAffectedResName,
org.eclipse.core.runtime.IProgressMonitor pMon) |
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) |
void |
OSCommandToolExecutor2.init(IToolContext pToolContext) |
void |
CheckOSFileExistence.init(IToolContext pToolContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
IPropertyGroupManager.downloadCopyBooks(IElement pElement,
org.eclipse.core.resources.IResource pRes,
java.lang.String pPropertyGroupName,
FileDescriptor pFileDescr,
java.lang.String pLanguageCategory,
IExecutionContext pContext)
Deprecated.
Download the copybooks in the folder corresponding to the structure of
the giving element.
|
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.
|
FileDescriptor |
IExecutionContext.getFileFromContext(FileDescriptor pFileDescr)
Retrieves a FileDescriptor from the context map.
|
FileDescriptor |
IExecutionContext.getFileFromMemory(java.lang.String fileDescrID)
Retrieves a FileDescriptor from the context memory Map.
|
IPropertyValue |
IExecutionContext.getParmFromContext(Property pKey)
Receives a Property from the ExecutionContext.
|
IPropertyValue |
IExecutionContext.getParmFromMemory(Property pKey)
Retrieves a parameter Property from a map where previous tools might have
stored their output parameter Properties.
|
void |
ITaurusEditUtilities.openCompareEditor(FileDescriptor pFile1,
FileDescriptor pFile2,
boolean pLeftSideEdit,
IExecutionContext pContext1,
IExecutionContext pContext2,
org.eclipse.core.runtime.IProgressMonitor pMon)
Open the default compare editor for files corresponding to the giving
file descriptors.
|
void |
ITaurusEditUtilities.openCompareEditor(FileDescriptor pFile1,
FileDescriptor pFile2,
boolean pLeftSideEdit,
IExecutionContext pContext,
org.eclipse.core.runtime.IProgressMonitor pMon)
Open the default compare editor for files corresponding to the giving
file descriptors.
|
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 |
|---|---|
FileDescriptor |
ExecutionContext.getFileFromContext(FileDescriptor pFileDescr) |
FileDescriptor |
ExecutionContext.getFileFromMemory(java.lang.String pFileDescrID) |
IPropertyValue |
ExecutionContext.getParmFromContext(Property pProperty) |
IPropertyValue |
ExecutionContext.getParmFromMemory(Property pKey) |
| Modifier and Type | Method and Description |
|---|---|
default IToolContext |
IToolExecutor2.createToolContext(IExecutionContext pExecutionContext,
ToolDescriptor pToolDescriptor,
boolean pIsMassProcessing)
This method creates a
IToolContext. |
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.
|
default void |
IToolExecutor2.init(IToolContext pToolContext)
Initializes the tool executor before it is being executed.
|
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) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends IToolParameter> |
AWMInternalUtility.getFirstParameterFallback(java.lang.String pName,
java.lang.Class<T> pType,
int pFallBackIndex,
TaurusToolException pNotFoundException,
java.util.List<? extends IToolParameter> pAvailableParameters,
java.lang.String pParameterLabel) |
| Modifier and Type | Method and Description |
|---|---|
static IMassProcessingSubContext |
AWMInternalUtility.createMassProcessingSubcontext(IMassProcessingToolContext pParentToolContext)
This method is used to create a new
IMassProcessingSubContext. |
static <T extends IToolInputParameter> |
AWMInternalUtility.findInputParameter(RToolInParameter pInParameter,
IToolContext pToolContext,
java.lang.Class<T> pType)
|
static <T extends IModeledToolOutputParameter> |
AWMInternalUtility.findOutputParameter(RToolOutParameter pOutParm,
IToolContext pToolContext,
java.lang.Class<T> pType)
Searches for a
IModeledToolOutputParameter in the given
IToolContext based on the given RToolOutParameter. |
static <T extends IToolInputParameter> |
AWMInternalUtility.getFirstInputParameterWithFallBack(IToolContext pToolContext,
java.lang.String pName,
java.lang.Class<T> pType,
int pFallBackIndex)
Calls
ToolUtility.getInputParameter(IToolContext, String, Class)
to get a parameter. |
static <T extends IModeledToolOutputParameter> |
AWMInternalUtility.getFirstOutputParameterWithFallBack(IToolContext pToolContext,
java.lang.String pName,
java.lang.Class<T> pType,
int pFallBackIndex)
Calls
ToolUtility.getOutputParameter(IToolContext, String, Class)
to get a parameter. |
static <T extends IToolParameter> |
AWMInternalUtility.getFirstParameterFallback(java.lang.String pName,
java.lang.Class<T> pType,
int pFallBackIndex,
TaurusToolException pNotFoundException,
java.util.List<? extends IToolParameter> pAvailableParameters,
java.lang.String pParameterLabel) |
| Modifier and Type | Method and Description |
|---|---|
IMvsDatasetMember[] |
MvsDataset.fetchChildren(org.eclipse.core.runtime.IProgressMonitor pMon) |
IMvsDatasetMember[] |
MvsDataset.fetchChildren(java.lang.String pMemberFilter,
org.eclipse.core.runtime.IProgressMonitor pMon) |
Copyright © 2015 Micro Focus GmbH. All rights reserved.