Package org.dspace.embargo.factory
Class EmbargoServiceFactory
- java.lang.Object
-
- org.dspace.embargo.factory.EmbargoServiceFactory
-
- Direct Known Subclasses:
EmbargoServiceFactoryImpl
public abstract class EmbargoServiceFactory extends Object
Abstract factory to get services for the embargo package, use EmbargoServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description EmbargoServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract EmbargoServicegetEmbargoService()static EmbargoServiceFactorygetInstance()
-
-
-
Method Detail
-
getEmbargoService
public abstract EmbargoService getEmbargoService()
-
getInstance
public static EmbargoServiceFactory getInstance()
-
-