public interface CoolMapObjectImporter
Modifier and Type | Method and Description |
---|---|
void |
configure(java.io.File... file)
configure the importer before actually running the import task
|
javax.swing.filechooser.FileNameExtensionFilter |
getFileNameExtensionFilter()
file name extension filter
|
java.util.Set<CoolMapOntologyImpl> |
getImportedCOntology()
fetch the imported ontologies after the import operation
|
java.util.Set<CoolMapObject> |
getImportedCoolMapObjects()
fetch the imported data after the import operation
|
java.lang.String |
getLabel()
get display label
|
void |
importFromFile(java.io.File file) |
void |
importFromFiles(java.io.File... file)
import data and save imported from file..
|
boolean |
onlyImportFromSingleFile()
whether this importer supports import from multiple files or a single file
|
void importFromFiles(java.io.File... file) throws java.lang.Exception
file
- java.lang.Exception
void importFromFile(java.io.File file) throws java.lang.Exception
java.lang.Exception
java.lang.String getLabel()
javax.swing.filechooser.FileNameExtensionFilter getFileNameExtensionFilter()
java.util.Set<CoolMapObject> getImportedCoolMapObjects()
java.util.Set<CoolMapOntologyImpl> getImportedCOntology()
void configure(java.io.File... file)
file
- boolean onlyImportFromSingleFile()