Class InlineStepParameters
-
- All Implemented Interfaces:
public final class InlineStepParameters extends RuntimeStepParameters
-
-
Field Summary
Fields Modifier and Type Field Description private final ValueTemplateFilter
filter
private final MediaType
contentType
private final String
encoding
private final Map<String, RuntimePort>
inputs
private final Map<String, RuntimePort>
outputs
private final Map<QName, RuntimeOption>
options
private final QName
stepType
private final String
stepName
private final Location
location
-
Constructor Summary
Constructors Constructor Description InlineStepParameters(String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options, ValueTemplateFilter filter, MediaType contentType, String encoding)
-
Method Summary
Modifier and Type Method Description final ValueTemplateFilter
getFilter()
final MediaType
getContentType()
final String
getEncoding()
-
Methods inherited from class com.xmlcalabash.runtime.parameters.RuntimeStepParameters
getInputs, getOptions, getOutputs
-
Methods inherited from class com.xmlcalabash.runtime.parameters.StepParameters
getLocation, getStepName, getStepType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
InlineStepParameters
InlineStepParameters(String stepName, Location location, Map<String, RuntimePort> inputs, Map<String, RuntimePort> outputs, Map<QName, RuntimeOption> options, ValueTemplateFilter filter, MediaType contentType, String encoding)
-
-
Method Detail
-
getFilter
final ValueTemplateFilter getFilter()
-
getContentType
final MediaType getContentType()
-
getEncoding
final String getEncoding()
-
-
-
-