public interface FileImporterBuilder extends ImporterBuilder
FileImporter.| Modifier and Type | Method and Description |
|---|---|
FileImporter |
buildImporter()
Builds a new file importer instance, ready to be used.
|
FileType[] |
getFileTypes()
Get default file types this importer can deal with.
|
boolean |
isMatchingImporter(org.openide.filesystems.FileObject fileObject)
Returns
true if this importer can import
fileObject. |
getNameFileImporter buildImporter()
buildImporter in interface ImporterBuilderFileType[] getFileTypes()
boolean isMatchingImporter(org.openide.filesystems.FileObject fileObject)
true if this importer can import
fileObject. Called from controllers to identify dynamically
which importers can be used for a particular file format.
Use FileObject.getExt() to retrieve file extension. Matching
can be done not only with metadata but also with file content. The
fileObject can be read in that way.
fileObject - the file in inputtrue if the importer is compatible with
fileObject or false otherwiseCopyright © 2007–2015 Gephi Consortium. All rights reserved.