Modifier and Type | Method and Description |
---|---|
AdapterOutputType |
Conversion.getOutputType()
The requested output file type for the conversion.
|
static AdapterOutputType |
AdapterOutputType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AdapterOutputType[] |
AdapterOutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.
|
Constructor and Description |
---|
FileConversion(AdapterOutputType outputType,
java.lang.String filename,
long userdata)
Creates a new conversion object for the conversion of a file on
the local file system to a specified target format.
|
NativeConversion(AdapterOutputType outputType,
java.lang.String filename,
long userdata)
Creates a new conversion object for the conversion of file data (e.g.
|