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 class
DatabaseImportController
-
Uses of ImportingController in org.openrefine.extension.gdata
Classes in org.openrefine.extension.gdata that implement ImportingController Modifier and Type Class Description class
GDataImportingController
-
Uses of ImportingController in org.openrefine.importing
Classes in org.openrefine.importing that implement ImportingController Modifier and Type Class Description class
DefaultImportingController
Fields in org.openrefine.importing with type parameters of type ImportingController Modifier and Type Field Description static Map<String,ImportingController>
ImportingManager. controllers
Methods in org.openrefine.importing with parameters of type ImportingController Modifier and Type Method Description static void
ImportingManager. registerController(edu.mit.simile.butterfly.ButterflyModule module, String name, ImportingController controller)
-