Class StorageServiceFactory
- java.lang.Object
-
- org.dspace.storage.bitstore.factory.StorageServiceFactory
-
- Direct Known Subclasses:
StorageServiceFactoryImpl
public abstract class StorageServiceFactory extends Object
Abstract factory to get services for the storage package, use StorageServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description StorageServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract BitstreamStorageServicegetBitstreamStorageService()static StorageServiceFactorygetInstance()
-
-
-
Method Detail
-
getBitstreamStorageService
public abstract BitstreamStorageService getBitstreamStorageService()
-
getInstance
public static StorageServiceFactory getInstance()
-
-