Uses of Class
de.unirostock.sems.cbarchive.web.exception.ImporterException
-
Packages that use ImporterException Package Description de.unirostock.sems.cbarchive.web.importer -
-
Uses of ImporterException in de.unirostock.sems.cbarchive.web.importer
Methods in de.unirostock.sems.cbarchive.web.importer that throw ImporterException Modifier and Type Method Description protected File
Importer. createTempDir()
creates a temporary directory, should be cleaned in close.static Importer
Importer. getImporter(Archive archive, UserManager user)
Gets an importer corresponding to the type of archive.static Importer
Importer. getImporter(String type, String remoteUrl, UserManager user)
Gets an importer corresponding to the given type.GitImporter
GitImporter. importRepo()
HttpImporter
HttpImporter. importRepo()
abstract Importer
Importer. importRepo()
-