|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConverterDetector
Interface for all Image Conversion Detectors.
| Method Summary | |
|---|---|
void |
detectConversionPlugins(ConverterRegistry registry)
Detects conversions available through this plugin and registers them with the given registry. |
| Method Detail |
|---|
void detectConversionPlugins(ConverterRegistry 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.
registry - ConverterRegistry to use.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||