Interface StorageFactoryDescriptor
public interface StorageFactoryDescriptor
A service provider interface which can create different kinds of storages.
- Author:
- Dennis Pidun, University of Hildesheim
-
Field Details
-
PLUGIN_ID
- See Also:
-
PLUGIN_ID_PREFIX
- See Also:
-
-
Method Details
-
createPackageStorage
Create a package-based storage.- Parameters:
setup- the setup information for the package- Returns:
- the runtime storage
-