public class ConverterJobInfoEvent extends EventObject
ConverterEvent.getJobInfo()
,
Serialized FormConstructor and Description |
---|
ConverterJobInfoEvent(Object source,
List<String> inputFilePathList,
List<InputStream> inputStreamList,
boolean isStreamInput,
List<String> outputFilePathList,
List<OutputStream> outputStreamList,
boolean isStreamOutput,
String outputMIMEType) |
Modifier and Type | Method and Description |
---|---|
int |
getInputDocumentCount()
Returns the number of documents that are set to be converted.
|
List<String> |
getInputFilePathList()
Returns a list containing the input documents.
|
List<InputStream> |
getInputStreamList()
Returns a list of streams containing the input documents.
|
int |
getOutputDocumentCount()
Returns number of output documents that have been created so far.
|
List<String> |
getOutputFilePathList()
Returns a list containing the pathnames of output documents.
|
String |
getOutputMIMEType()
Returns the mime type of the output format.
|
List<OutputStream> |
getOutputStreamList()
Returns a list of streams containing the output documents.
|
boolean |
isStreamInput()
Returns whether the input documents have been specified as streams.
|
boolean |
isStreamOutput()
Returns whether the output documents are created as streams.
|
getSource, toString
public ConverterJobInfoEvent(Object source, List<String> inputFilePathList, List<InputStream> inputStreamList, boolean isStreamInput, List<String> outputFilePathList, List<OutputStream> outputStreamList, boolean isStreamOutput, String outputMIMEType)
public int getInputDocumentCount()
public int getOutputDocumentCount()
public List<String> getInputFilePathList()
public List<InputStream> getInputStreamList()
public boolean isStreamInput()
public List<String> getOutputFilePathList()
public List<OutputStream> getOutputStreamList()
public boolean isStreamOutput()
public String getOutputMIMEType()