Modifier and Type | Method and Description |
---|---|
ConvertAbility |
FilterAdapter.checkConversion(AdapterOutputType targetFormat,
java.lang.String filename)
Checks if the file identified by the supplied file name can possibly be
converted to the specified target format.
|
abstract void |
FilterAdapter.closeConversion(Conversion conv)
Called to end a conversion procedure.
|
abstract void |
FilterAdapter.convert(Conversion conv,
java.lang.String filename)
Perform the actual conversion.
|
void |
FilterAdapter.initializeAdapter(long nativeinfo)
Initializes the file filter adapter.
|
abstract void |
FilterAdapter.openConversion(Conversion conv)
Called to start a conversion procedure.
|
void |
FilterAdapter.setAdapterProperty(java.lang.String name,
java.lang.String value)
Called by the Connectivity Framework to assign a file filter property
(as found in the configuration file for the adapter).
|
void |
FilterAdapter.setConvertTextEncoding(java.lang.String encName)
Called by the Connectivity Framework to assign an output encoding
(charset) for text.
|
void |
FilterAdapter.throwError(FilterReturnCode code,
java.lang.String msg)
Logs an error and throws it as an exception.
|
void |
FilterAdapter.throwError(FilterReturnCode code,
java.lang.String msg,
java.lang.Throwable cause)
Logs an error and throws it as an exception.
|
void |
FilterAdapter.uninitializeAdapter()
Uninitializes the file filter adapter.
|