Class ThirdPartyModuleProvider_ph_base

java.lang.Object
com.helger.base.thirdparty.ThirdPartyModuleProvider_ph_base
All Implemented Interfaces:
IThirdPartyModuleProviderSPI

@IsSPIImplementation public final class ThirdPartyModuleProvider_ph_base extends Object implements IThirdPartyModuleProviderSPI
Implement this SPI interface if your JAR file contains external third party modules.
Author:
Philip Helger
  • Field Details

  • Constructor Details

    • ThirdPartyModuleProvider_ph_base

      public ThirdPartyModuleProvider_ph_base()
  • Method Details

    • getAllThirdPartyModules

      public @Nullable IThirdPartyModule[] getAllThirdPartyModules()
      Specified by:
      getAllThirdPartyModules in interface IThirdPartyModuleProviderSPI
      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.