Package org.dspace.app.sfx.factory
Class SfxServiceFactory
- java.lang.Object
-
- org.dspace.app.sfx.factory.SfxServiceFactory
-
- Direct Known Subclasses:
SfxServiceFactoryImpl
public abstract class SfxServiceFactory extends Object
Abstract factory to get services for the sfx package, use SfxServiceFactory.getInstance() to retrieve an implementation- Author:
- kevinvandevelde at atmire.com
-
-
Constructor Summary
Constructors Constructor Description SfxServiceFactory()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static SfxServiceFactorygetInstance()abstract SFXFileReaderServicegetSfxFileReaderService()
-
-
-
Method Detail
-
getSfxFileReaderService
public abstract SFXFileReaderService getSfxFileReaderService()
-
getInstance
public static SfxServiceFactory getInstance()
-
-