Class ISearchServiceFactoryProvider (2.0.0)

public final class ISearchServiceFactoryProvider extends FactoryProvider<ISearchServiceFactory>

Factory provider for ISearchServiceFactory.

Note: This class is not intended for end users.

Inheritance

java.lang.Object > FactoryProvider > ISearchServiceFactoryProvider

Constructors

ISearchServiceFactoryProvider()

public ISearchServiceFactoryProvider()

Methods

getFactoryInstance()

protected ISearchServiceFactory getFactoryInstance()

Return an instance of the factory

Returns
TypeDescription
ISearchServiceFactory
Overrides