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 Details

    • getAllThirdPartyModules

      @Nullable IThirdPartyModule[] getAllThirdPartyModules()
      Returns:
      A collection of all third party modules to be registered. May be null or empty. Note: only modules that are required for execution should be returned, and not modules only present for testing.