public class MultiplePdfSourceMultipleOutputParameters extends AbstractPdfOutputParameters implements MultipleOutputTaskParameters
| Constructor and Description |
|---|
MultiplePdfSourceMultipleOutputParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSource(PdfSource<?> input)
adds the input source to the source list.
|
boolean |
equals(Object other) |
MultipleTaskOutput<?> |
getOutput() |
String |
getOutputPrefix() |
List<PdfSource<?>> |
getSourceList() |
int |
hashCode() |
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.
|
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic MultiplePdfSourceMultipleOutputParameters()
public String getOutputPrefix()
getOutputPrefix in interface MultipleOutputTaskParameterspublic void setOutputPrefix(String outputPrefix)
MultipleOutputTaskParameterssetOutputPrefix in interface MultipleOutputTaskParameterspublic MultipleTaskOutput<?> getOutput()
getOutput in interface TaskParameterspublic void setOutput(MultipleTaskOutput<?> output)
MultipleOutputTaskParameterssetOutput in interface MultipleOutputTaskParameterspublic int hashCode()
public boolean equals(Object other)
public void addSource(PdfSource<?> input)
addSource in interface MultiplePdfSourceTaskParametersinput - public List<PdfSource<?>> getSourceList()
getSourceList in interface MultiplePdfSourceTaskParametersCopyright © 2015. All Rights Reserved.