Package org.dspace.license.factory
Class LicenseServiceFactoryImpl
- java.lang.Object
-
- org.dspace.license.factory.LicenseServiceFactory
-
- org.dspace.license.factory.LicenseServiceFactoryImpl
-
public class LicenseServiceFactoryImpl extends LicenseServiceFactory
Factory implementation to get services for the license package, use LicenseServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description LicenseServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreativeCommonsServicegetCreativeCommonsService()-
Methods inherited from class org.dspace.license.factory.LicenseServiceFactory
getInstance
-
-
-
-
Method Detail
-
getCreativeCommonsService
public CreativeCommonsService getCreativeCommonsService()
- Specified by:
getCreativeCommonsServicein classLicenseServiceFactory
-
-