| Package | Description |
|---|---|
| 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.model.toolexecution | |
| com.microfocus.awm.utility |
Internal helper classes.
|
| Modifier and Type | Method and Description |
|---|---|
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 IToolInputParameter> |
ToolUtility.getInputParametersByType(IToolContext pToolContext,
java.lang.Class<T> pType)
Retrieves all
IToolInputParameter of a specific parameter type. |
| Modifier and Type | Class and Description |
|---|---|
class |
FileInputParameter
A tool parameter implementation for file input parameters which returns
FileData as parameter value. |
class |
StringInputParameter
Implementation for input parameters of the type
EParameterTypes.STRING. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IToolInputParameter> |
LegacyToolExecutorContext.getInputParameters() |
java.util.List<IToolInputParameter> |
AbstractToolContext.getInputParameters() |
java.util.Collection<IToolInputParameter> |
LegacyToolExecutorContext.getInputParameters(java.lang.String pName) |
java.util.Collection<IToolInputParameter> |
AbstractToolContext.getInputParameters(java.lang.String pName) |
| Modifier and Type | Method and Description |
|---|---|
static IToolInputParameter |
TaurusFactory.createInputParameter(RToolInParameter pRToolInParameter,
IToolContext pToolContext)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFileInputParameter
Represents a resolved, modeled tool input parameter of the type
EParameterTypes.FILE. |
interface |
IStringInputParameter
Represents a resolved, modeled tool input parameter of the type
EParameterTypes.STRING. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IToolInputParameter> |
IToolContext.getInputParameters()
Gets all input parameters of the tool context.
|
java.util.Collection<IToolInputParameter> |
IToolContext.getInputParameters(java.lang.String pName)
Gets all input parameters of the tool context with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends IToolInputParameter> |
AWMInternalUtility.findInputParameter(RToolInParameter pInParameter,
IToolContext pToolContext,
java.lang.Class<T> pType)
|
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. |
Copyright © 2015 Micro Focus GmbH. All rights reserved.