public class CoolMapObjectImporterFromGEOSOFT extends java.lang.Object implements CoolMapObjectImporter
Constructor and Description |
---|
CoolMapObjectImporterFromGEOSOFT() |
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... files)
import data and save imported from file..
|
boolean |
onlyImportFromSingleFile()
whether this importer supports import from multiple files or a single file
|
public void importFromFiles(java.io.File... files) throws java.lang.Exception
CoolMapObjectImporter
importFromFiles
in interface CoolMapObjectImporter
java.lang.Exception
public java.lang.String getLabel()
CoolMapObjectImporter
getLabel
in interface CoolMapObjectImporter
public javax.swing.filechooser.FileNameExtensionFilter getFileNameExtensionFilter()
CoolMapObjectImporter
getFileNameExtensionFilter
in interface CoolMapObjectImporter
public java.util.Set<CoolMapObject> getImportedCoolMapObjects()
CoolMapObjectImporter
getImportedCoolMapObjects
in interface CoolMapObjectImporter
public java.util.Set<CoolMapOntologyImpl> getImportedCOntology()
CoolMapObjectImporter
getImportedCOntology
in interface CoolMapObjectImporter
public void configure(java.io.File... file)
CoolMapObjectImporter
configure
in interface CoolMapObjectImporter
public boolean onlyImportFromSingleFile()
CoolMapObjectImporter
onlyImportFromSingleFile
in interface CoolMapObjectImporter
public void importFromFile(java.io.File file) throws java.lang.Exception
importFromFile
in interface CoolMapObjectImporter
java.lang.Exception