Uses of Class
ag.smaser.trip.filefilter.AdapterOutputType
-
-
Uses of AdapterOutputType in ag.smaser.trip.filefilter
Methods in ag.smaser.trip.filefilter that return AdapterOutputType Modifier and Type Method 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.Methods in ag.smaser.trip.filefilter with parameters of type AdapterOutputType Modifier and Type Method 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.Constructors in ag.smaser.trip.filefilter with parameters of type AdapterOutputType Constructor 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.
-