Uses of Interface
de.dlr.proseo.storagemgr.model.Storage
Packages that use Storage
Package
Description
Top-level classes for the prosEO Storage Manager component
POSIX-related classes for the prosEO Storage Manager component
S3-related classes for the prosEO Storage Manager component
-
Uses of Storage in de.dlr.proseo.storagemgr
Methods in de.dlr.proseo.storagemgr that return StorageModifier and TypeMethodDescriptionStorageProvider.getDefaultStorage(StorageType storageType) Gets the default storage instance based on the specified storage type.StorageProvider.getStorage()Gets the current storage instance.StorageProvider.getStorage(StorageType storageType, String storagePath) Gets the desired storage instance based on the specified storage type.StorageProvider.getStorage(String absolutePath) Gets the storage instance based on the specified absolute path.StorageProvider.setDefaultStorage(StorageType storageType) Sets the default storage type and creates the corresponding storage instance.Methods in de.dlr.proseo.storagemgr with parameters of type StorageModifier and TypeMethodDescriptionStorageProvider.getStorageFile(Storage storage, String relativePath) Gets the storage file as a StorageFile from the relative path. -
Uses of Storage in de.dlr.proseo.storagemgr.posix
Classes in de.dlr.proseo.storagemgr.posix that implement StorageModifier and TypeClassDescriptionclassAn implementation of the Storage interface for a POSIX-based file system, providing functionality to interact with the storage system, that is retrieving information about the storage, performing file operations, and path conversion. -
Uses of Storage in de.dlr.proseo.storagemgr.s3
Classes in de.dlr.proseo.storagemgr.s3 that implement StorageModifier and TypeClassDescriptionclassAn implementation of the Storage interface for a S3-based file system, providing functionality to interact with the storage system, that is retrieving information about the storage, performing file operations, and path conversion.