Package org.dspace.identifier.factory
Class IdentifierServiceFactoryImpl
- java.lang.Object
-
- org.dspace.identifier.factory.IdentifierServiceFactory
-
- org.dspace.identifier.factory.IdentifierServiceFactoryImpl
-
public class IdentifierServiceFactoryImpl extends IdentifierServiceFactory
Factory implementation to get services for the identifier package, use IdentifierServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description IdentifierServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DOIServicegetDOIService()IdentifierServicegetIdentifierService()-
Methods inherited from class org.dspace.identifier.factory.IdentifierServiceFactory
getInstance
-
-
-
-
Method Detail
-
getIdentifierService
public IdentifierService getIdentifierService()
- Specified by:
getIdentifierServicein classIdentifierServiceFactory
-
getDOIService
public DOIService getDOIService()
- Specified by:
getDOIServicein classIdentifierServiceFactory
-
-