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
Fields Modifier and Type Field Description static IThirdPartyModuleBASE64static IThirdPartyModuleFINDBUGSstatic IThirdPartyModuleSLF4J
-
Constructor Summary
Constructors Constructor Description ThirdPartyModuleProvider_ph_commons()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IThirdPartyModule[]getAllThirdPartyModules()
-
-
-
Field Detail
-
FINDBUGS
public static final IThirdPartyModule FINDBUGS
-
SLF4J
public static final IThirdPartyModule SLF4J
-
BASE64
public static final IThirdPartyModule BASE64
-
-
Method Detail
-
getAllThirdPartyModules
@Nullable public IThirdPartyModule[] 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.
-
-