Uses of Class
de.unirostock.sems.ModelCrawler.exceptions.StorageException
-
Packages that use StorageException Package Description de.unirostock.sems.ModelCrawler.storage -
-
Uses of StorageException in de.unirostock.sems.ModelCrawler.storage
Methods in de.unirostock.sems.ModelCrawler.storage that throw StorageException Modifier and Type Method Description void
FileBasedStorage. connect()
abstract void
ModelStorage. connect()
Connects to the storage destination, is supposed to be called before every other operation.protected abstract InputStream
FileBasedStorage. getFile(String path)
protected InputStream
FileStorage. getFile(String path)
protected abstract void
FileBasedStorage. initConnection()
protected void
FileStorage. initConnection()
void
FtpStorage. initConnection()
protected abstract void
FileBasedStorage. linkFiles(String sourcePath, String targetPath)
protected void
FileStorage. linkFiles(String sourcePath, String targetPath)
protected void
FtpStorage. linkFiles(String sourcePath, String targetPath)
URI
FileBasedStorage. linkModelVersion(String fileId, String sourceVersionId, String targetVersionId)
abstract URI
ModelStorage. linkModelVersion(String fileId, String sourceVersionId, String targetVersionId)
Links the source Version to the target Version (The target Version should exist already).protected abstract void
FileBasedStorage. makeDirs(String path)
protected void
FileStorage. makeDirs(String path)
protected void
FtpStorage. makeDirs(String path)
protected abstract void
FileBasedStorage. storeFile(InputStream source, String path)
protected abstract void
FileBasedStorage. storeFile(InputStream source, String path, boolean override)
protected void
FileStorage. storeFile(InputStream source, String path)
protected void
FileStorage. storeFile(InputStream source, String path, boolean override)
protected void
FtpStorage. storeFile(InputStream source, String path, boolean override)
URI
FileBasedStorage. storeModel(Change modelChange)
abstract URI
ModelStorage. storeModel(Change modelChange)
Puts a model into the storage system and returns the URI.List<URI>
ModelStorage. storeModelChangeSet(ChangeSet changeSet)
Puts a whole ChangeSet of models into the storage system.
-