Interface ConverterDetector
-
- All Known Implementing Classes:
BatikDetector,ImageIODetector
public interface ConverterDetectorInterface for all Image Conversion Detectors.- Version:
- $Revision: 31460f6f5a3d $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddetectConversionPlugins(ConverterRegistry registry)Detects conversions available through this plugin and registers them with the given registry.
-
-
-
Method Detail
-
detectConversionPlugins
void detectConversionPlugins(ConverterRegistry registry)
Detects conversions available through this plugin and registers them with the given registry.The detector should only register the conversions which can be carried out without Exceptions. The detection process itself should not throw an exception either. If a detector cannot find the necessary classes, it should register nothing.
- Parameters:
registry- ConverterRegistry to use.
-
-