public class ImportControllerImpl extends Object implements ImportController
| Constructor and Description |
|---|
ImportControllerImpl() |
public FileImporter getFileImporter(File file)
getFileImporter in interface ImportControllerpublic FileImporter getFileImporter(org.openide.filesystems.FileObject fileObject)
getFileImporter in interface ImportControllerpublic FileImporter getFileImporter(String importerName)
getFileImporter in interface ImportControllerpublic Container importFile(File file) throws FileNotFoundException
importFile in interface ImportControllerFileNotFoundExceptionpublic Container importFile(File file, FileImporter importer) throws FileNotFoundException
importFile in interface ImportControllerFileNotFoundExceptionpublic Container importFile(Reader reader, FileImporter importer)
importFile in interface ImportControllerpublic Container importFile(Reader reader, FileImporter importer, File file)
public Container importFile(InputStream stream, FileImporter importer)
importFile in interface ImportControllerpublic Container importFile(InputStream stream, FileImporter importer, File file)
public Container importDatabase(Database database, DatabaseImporter importer)
importDatabase in interface ImportControllerpublic Container importWizard(WizardImporter importer)
importWizard in interface ImportControllerpublic void process(Container container)
process in interface ImportControllerpublic void process(Container container, Processor processor, Workspace workspace)
process in interface ImportControllerpublic void process(Container[] containers, Processor processor, Workspace workspace)
process in interface ImportControllerpublic FileType[] getFileTypes()
getFileTypes in interface ImportControllerpublic boolean isFileSupported(File file)
isFileSupported in interface ImportControllerpublic ImporterUI getUI(Importer importer)
getUI in interface ImportControllerpublic ImporterWizardUI getWizardUI(Importer importer)
getWizardUI in interface ImportControllerCopyright © 2007–2017. All rights reserved.