Class StorageServiceFactoryImpl
- java.lang.Object
-
- org.dspace.storage.bitstore.factory.StorageServiceFactory
-
- org.dspace.storage.bitstore.factory.StorageServiceFactoryImpl
-
public class StorageServiceFactoryImpl extends StorageServiceFactory
Factory implementation to get services for the storage package, use StorageServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description StorageServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BitstreamStorageServicegetBitstreamStorageService()-
Methods inherited from class org.dspace.storage.bitstore.factory.StorageServiceFactory
getInstance
-
-
-
-
Method Detail
-
getBitstreamStorageService
public BitstreamStorageService getBitstreamStorageService()
- Specified by:
getBitstreamStorageServicein classStorageServiceFactory
-
-