Uses of Interface
cdc.impex.exports.ActiveExporter
-
Packages that use ActiveExporter Package Description cdc.impex cdc.impex.exports -
-
Uses of ActiveExporter in cdc.impex
Methods in cdc.impex that return ActiveExporter Modifier and Type Method Description ActiveExporterImpExFactory. createActiveExporter(ImpExFormat format)Creates an {link ActiveExporter} implementation that is compliant with a format.ActiveExporterImpExFactory. createActiveExporter(File file)Creates an {link ActiveExporter} implementation that is compliant with the format of a file. -
Uses of ActiveExporter in cdc.impex.exports
Classes in cdc.impex.exports that implement ActiveExporter Modifier and Type Class Description classCheckedActiveExporterImplementation of ActiveExporter that do some checks and delegates the real job to another ActiveExporter.Constructors in cdc.impex.exports with parameters of type ActiveExporter Constructor Description CheckedActiveExporter(ActiveExporter delegate)
-