Interface ConverterDetector
- All Known Implementing Classes:
BatikDetector,ImageIODetector
public interface ConverterDetector
Interface for all Image Conversion Detectors.
- Version:
- $Revision: 31460f6f5a3d $
-
Method Summary
Modifier and TypeMethodDescriptionvoiddetectConversionPlugins(ConverterRegistry registry) Detects conversions available through this plugin and registers them with the given registry.
-
Method Details
-
detectConversionPlugins
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.
-