public interface SourceDocumentSpecs
Modifier and Type | Method and Description |
---|---|
java.io.File |
getFile()
Gets the file where is located the document.
|
DocumentFormat |
getFormat()
Gets the
DocumentFormat specification for the document. |
void |
onConsumed(java.io.File file)
Called when the file was consumed and is not longer required by the converter.
|
void onConsumed(java.io.File file)
file
- The file that was consumed.java.io.File getFile()
DocumentFormat getFormat()
DocumentFormat
specification for the document.