@ValidSingleOutput public abstract class MultiplePdfSourceSingleOutputParameters extends AbstractPdfOutputParameters implements SingleOutputTaskParameters
SingleTaskOutput.| Constructor and Description |
|---|
MultiplePdfSourceSingleOutputParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSource(PdfSource<?> input)
adds the input source to the source list.
|
boolean |
equals(Object other) |
SingleTaskOutput<?> |
getOutput() |
String |
getOutputName() |
List<PdfSource<?>> |
getSourceList() |
int |
hashCode() |
void |
setOutput(SingleTaskOutput<?> output)
Sets the output destination
|
void |
setOutputName(String outputName) |
getMinRequiredPdfVersion, getVersion, isCompress, setCompress, setVersionisOverwrite, setOverwrite, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisOverwritepublic MultiplePdfSourceSingleOutputParameters()
public String getOutputName()
getOutputName in interface SingleOutputTaskParameterspublic SingleTaskOutput<?> getOutput()
getOutput in interface TaskParameterspublic void setOutput(SingleTaskOutput<?> output)
SingleOutputTaskParameterssetOutput in interface SingleOutputTaskParameterspublic void setOutputName(String outputName)
outputName - the outputName to be used when the output is not a file destinationpublic 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.