Package org.dspace.license.factory
Class LicenseServiceFactory
- java.lang.Object
-
- org.dspace.license.factory.LicenseServiceFactory
-
- Direct Known Subclasses:
LicenseServiceFactoryImpl
public abstract class LicenseServiceFactory extends Object
Abstract factory to get services for the license package, use LicenseServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description LicenseServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract CreativeCommonsServicegetCreativeCommonsService()static LicenseServiceFactorygetInstance()
-
-
-
Method Detail
-
getCreativeCommonsService
public abstract CreativeCommonsService getCreativeCommonsService()
-
getInstance
public static LicenseServiceFactory getInstance()
-
-