Uses of Interface
org.openrefine.importing.ImportingController
-
Packages that use ImportingController Package Description org.openrefine.extension.database org.openrefine.extension.gdata org.openrefine.importing -
-
Uses of ImportingController in org.openrefine.extension.database
Classes in org.openrefine.extension.database that implement ImportingController Modifier and Type Class Description classDatabaseImportController -
Uses of ImportingController in org.openrefine.extension.gdata
Classes in org.openrefine.extension.gdata that implement ImportingController Modifier and Type Class Description classGDataImportingController -
Uses of ImportingController in org.openrefine.importing
Classes in org.openrefine.importing that implement ImportingController Modifier and Type Class Description classDefaultImportingControllerFields in org.openrefine.importing with type parameters of type ImportingController Modifier and Type Field Description static Map<String,ImportingController>ImportingManager. controllersMethods in org.openrefine.importing with parameters of type ImportingController Modifier and Type Method Description static voidImportingManager. registerController(edu.mit.simile.butterfly.ButterflyModule module, String name, ImportingController controller)
-