public interface IExternalConverter
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOperational()
Checks if this converter back-end is operational.
|
void |
shutDown()
Shuts down this converter.
|
Future<Boolean> |
startConversion(File source,
DocumentType sourceFormat,
File target,
DocumentType targetFormat)
Schedules a conversion from an input file to be converted into the target format.
|
Future<Boolean> startConversion(File source, DocumentType sourceFormat, File target, DocumentType targetFormat)
source - The source file which is to be converted.sourceFormat - The file format of the source file.target - The target file to which the converted file should be saved.targetFormat - The file format of the target file.boolean represents the
conversion's success.boolean isOperational()
true if this converter is operational.void shutDown()
Copyright © 2013–2016. All rights reserved.