Package org.dspace.identifier.factory
Class IdentifierServiceFactory
- java.lang.Object
-
- org.dspace.identifier.factory.IdentifierServiceFactory
-
- Direct Known Subclasses:
IdentifierServiceFactoryImpl
public abstract class IdentifierServiceFactory extends Object
Abstract factory to get services for the identifier package, use IdentifierServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description IdentifierServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract DOIServicegetDOIService()abstract IdentifierServicegetIdentifierService()static IdentifierServiceFactorygetInstance()
-
-
-
Method Detail
-
getIdentifierService
public abstract IdentifierService getIdentifierService()
-
getDOIService
public abstract DOIService getDOIService()
-
getInstance
public static IdentifierServiceFactory getInstance()
-
-