Package com.helger.commons.thirdparty
Interface IThirdPartyModuleProviderSPI
-
- All Known Implementing Classes:
ThirdPartyModuleProvider_ph_commons
@IsSPIInterface public interface IThirdPartyModuleProviderSPI
Implement this SPI interface if your JAR file contains external third party modules.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IThirdPartyModule[]getAllThirdPartyModules()
-
-
-
Method Detail
-
getAllThirdPartyModules
@Nullable IThirdPartyModule[] getAllThirdPartyModules()
- 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.
-
-