Package com.helger.base.thirdparty
Class ThirdPartyModuleProvider_ph_base
java.lang.Object
com.helger.base.thirdparty.ThirdPartyModuleProvider_ph_base
- All Implemented Interfaces:
IThirdPartyModuleProviderSPI
@IsSPIImplementation
public final class ThirdPartyModuleProvider_ph_base
extends Object
implements IThirdPartyModuleProviderSPI
Implement this SPI interface if your JAR file contains external third party modules.
- Author:
- Philip Helger
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SLF4J
-
BASE64
-
-
Constructor Details
-
ThirdPartyModuleProvider_ph_base
public ThirdPartyModuleProvider_ph_base()
-
-
Method Details
-
getAllThirdPartyModules
- Specified by:
getAllThirdPartyModulesin interfaceIThirdPartyModuleProviderSPI- Returns:
- A collection of all third party modules to be registered. May be
nullor empty. Note: only modules that are required for execution should be returned, and not modules only present for testing.
-