Package org.dspace.checker.factory
Class CheckerServiceFactoryImpl
- java.lang.Object
-
- org.dspace.checker.factory.CheckerServiceFactory
-
- org.dspace.checker.factory.CheckerServiceFactoryImpl
-
public class CheckerServiceFactoryImpl extends CheckerServiceFactory
Factory implementation to get services for the checker package, use CheckerServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description CheckerServiceFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChecksumHistoryServicegetChecksumHistoryService()ChecksumResultServicegetChecksumResultService()MostRecentChecksumServicegetMostRecentChecksumService()SimpleReporterServicegetSimpleReporterService()-
Methods inherited from class org.dspace.checker.factory.CheckerServiceFactory
getInstance
-
-
-
-
Method Detail
-
getMostRecentChecksumService
public MostRecentChecksumService getMostRecentChecksumService()
- Specified by:
getMostRecentChecksumServicein classCheckerServiceFactory
-
getChecksumHistoryService
public ChecksumHistoryService getChecksumHistoryService()
- Specified by:
getChecksumHistoryServicein classCheckerServiceFactory
-
getSimpleReporterService
public SimpleReporterService getSimpleReporterService()
- Specified by:
getSimpleReporterServicein classCheckerServiceFactory
-
getChecksumResultService
public ChecksumResultService getChecksumResultService()
- Specified by:
getChecksumResultServicein classCheckerServiceFactory
-
-