Class RuntimeStepParameters
-
- All Implemented Interfaces:
public class RuntimeStepParameters extends StepParameters
-
-
Constructor Summary
Constructors Constructor Description RuntimeStepParameters(QName stepType, String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options)
-
Method Summary
Modifier and Type Method Description final Map<String, RuntimePort>
getInputs()
final Map<String, RuntimePort>
getOutputs()
final Map<QName, RuntimeOption>
getOptions()
-
-
Constructor Detail
-
RuntimeStepParameters
RuntimeStepParameters(QName stepType, String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options)
-
-
Method Detail
-
getInputs
final Map<String, RuntimePort> getInputs()
-
getOutputs
final Map<String, RuntimePort> getOutputs()
-
getOptions
final Map<QName, RuntimeOption> getOptions()
-
-
-
-