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.
|
static ConvertAbility |
ConvertAbility.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConvertAbility[] |
ConvertAbility.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|