Package org.dspace.embargo.factory
Class EmbargoServiceFactoryImpl
- java.lang.Object
-
- org.dspace.embargo.factory.EmbargoServiceFactory
-
- org.dspace.embargo.factory.EmbargoServiceFactoryImpl
-
public class EmbargoServiceFactoryImpl extends EmbargoServiceFactory
Factory implementation to get services for the embargo package, use EmbargoServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description EmbargoServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbargoServicegetEmbargoService()-
Methods inherited from class org.dspace.embargo.factory.EmbargoServiceFactory
getInstance
-
-
-
-
Method Detail
-
getEmbargoService
public EmbargoService getEmbargoService()
- Specified by:
getEmbargoServicein classEmbargoServiceFactory
-
-