public class StorageController
extends java.lang.Object
GeneralStorage
Modifier and Type | Field and Description |
---|---|
static GeneralStorage |
storage |
java.lang.Class<? extends GeneralStorage> |
storageClass |
static java.util.Set<java.lang.Class<? extends GeneralStorage>> |
storageSystems |
Constructor and Description |
---|
StorageController(java.lang.String storageName)
Looks for all sub-classes of GeneralStorage and creates a set of
available storage backends.
|
Modifier and Type | Method and Description |
---|---|
void |
deleteAllMetadata()
Deletes all extracted data from the storage.
|
public java.lang.Class<? extends GeneralStorage> storageClass
public static final java.util.Set<java.lang.Class<? extends GeneralStorage>> storageSystems
public static GeneralStorage storage