Package org.dspace.harvest.factory
Class HarvestServiceFactory
java.lang.Object
org.dspace.harvest.factory.HarvestServiceFactory
- Direct Known Subclasses:
HarvestServiceFactoryImpl
Abstract factory to get services for the harvest package, use HarvestServiceFactory.getInstance() to retrieve an
implementation
- Author:
- kevinvandevelde at atmire.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract HarvestedCollectionServiceabstract HarvestedItemServiceabstract HarvestSchedulingServicestatic HarvestServiceFactory
-
Constructor Details
-
HarvestServiceFactory
public HarvestServiceFactory()
-
-
Method Details
-
getHarvestedCollectionService
-
getHarvestedItemService
-
getHarvestSchedulingService
-
getInstance
-