Package org.dspace.handle.factory
Class HandleServiceFactory
- java.lang.Object
-
- org.dspace.handle.factory.HandleServiceFactory
-
- Direct Known Subclasses:
HandleServiceFactoryImpl
public abstract class HandleServiceFactory extends Object
Abstract factory to get services for the handle package, use HandleServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description HandleServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract HandleServicegetHandleService()static HandleServiceFactorygetInstance()
-
-
-
Method Detail
-
getHandleService
public abstract HandleService getHandleService()
-
getInstance
public static HandleServiceFactory getInstance()
-
-