Package com.helger.commons.thirdparty
Interface IThirdPartyModuleProviderSPI
- All Known Implementing Classes:
ThirdPartyModuleProvider_ph_commons
Implement this SPI interface if your JAR file contains external third party
modules.
- Author:
- Philip Helger
-
Method Summary
-
Method Details
-
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.
-