public interface MultipleOutputTaskParameters extends TaskParameters
TaskParameters parameter whose execution result in multiple output.| Modifier and Type | Method and Description |
|---|---|
String |
getOutputPrefix() |
void |
setOutput(MultipleTaskOutput<?> output)
Sets the output destination
|
void |
setOutputPrefix(String outputPrefix)
Set the prefix to be used to generate names of the multiple outputs for this parameter.
|
getOutput, isOverwriteString getOutputPrefix()
void setOutputPrefix(String outputPrefix)
outputPrefix - void setOutput(MultipleTaskOutput<?> output)
output - Copyright © 2015. All Rights Reserved.