Uses of Interface
org.cishell.service.conversion.Converter

Packages that use Converter
org.cishell.service.conversion Provides interfaces for the CIShell Data Conversion Service. 
 

Uses of Converter in org.cishell.service.conversion
 

Methods in org.cishell.service.conversion that return Converter
 Converter[] DataConversionService.findConverters(Data data, String outFormat)
          Tries to find all the converters that can be used to transform the given Data object to the specified output format
 Converter[] DataConversionService.findConverters(String inFormat, String outFormat)
          Finds converters from one format to another if at all possible.