Uses of Interface
io.keikai.range.SImporterFactory
-
Packages that use SImporterFactory Package Description io.keikai.range Keikai Spreadsheet Internal Range API classes.io.keikai.range.impl.imexp Keikai Spreadsheet Internal Range API Implementation classes. -
-
Uses of SImporterFactory in io.keikai.range
Methods in io.keikai.range with parameters of type SImporterFactory Modifier and Type Method Description static void
SImporters. register(String name, SImporterFactory factory)
Register a importer factory by its name which is also used to get it back. -
Uses of SImporterFactory in io.keikai.range.impl.imexp
Classes in io.keikai.range.impl.imexp that implement SImporterFactory Modifier and Type Class Description class
ExcelImportFactory
class
TestImporterFactory
-