Package com.helger.commons.thirdparty
Class ThirdPartyModuleProvider_ph_commons
java.lang.Object
com.helger.commons.thirdparty.ThirdPartyModuleProvider_ph_commons
- All Implemented Interfaces:
IThirdPartyModuleProviderSPI
@IsSPIImplementation
public final class ThirdPartyModuleProvider_ph_commons
extends Object
implements IThirdPartyModuleProviderSPI
Implement this SPI interface if your JAR file contains external third party
modules.
- Author:
- Philip Helger
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IThirdPartyModulestatic final IThirdPartyModulestatic final IThirdPartyModule -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FINDBUGS
-
SLF4J
-
BASE64
-
-
Constructor Details
-
ThirdPartyModuleProvider_ph_commons
public ThirdPartyModuleProvider_ph_commons()
-
-
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.
-