Package de.julielab.bioportal.ontologies
Class MappingDownloader
- java.lang.Object
-
- de.julielab.bioportal.ontologies.MappingDownloader
-
public class MappingDownloader extends Object
-
-
Constructor Summary
Constructors Constructor Description MappingDownloader(String apiKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddownloadOntologyMappings(File mappingsDir, File ontosDir, Set<String> ontologiesToDownload)voidshutdown()
-
-
-
Constructor Detail
-
MappingDownloader
public MappingDownloader(String apiKey)
-
-
Method Detail
-
downloadOntologyMappings
public void downloadOntologyMappings(File mappingsDir, File ontosDir, Set<String> ontologiesToDownload) throws IOException, BioPortalOntologyToolsException
-
shutdown
public void shutdown()
-
-