Package com.helger.phase4.config
Class ThirdPartyModuleProvider_phase4_lib
java.lang.Object
com.helger.phase4.config.ThirdPartyModuleProvider_phase4_lib
- All Implemented Interfaces:
com.helger.base.thirdparty.IThirdPartyModuleProviderSPI
@IsSPIImplementation
public final class ThirdPartyModuleProvider_phase4_lib
extends Object
implements com.helger.base.thirdparty.IThirdPartyModuleProviderSPI
Implement this SPI interface if your JAR file contains external third party modules.
- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable com.helger.base.thirdparty.IThirdPartyModule[]
-
Constructor Details
-
ThirdPartyModuleProvider_phase4_lib
public ThirdPartyModuleProvider_phase4_lib()
-
-
Method Details
-
getAllThirdPartyModules
public @Nullable com.helger.base.thirdparty.IThirdPartyModule[] getAllThirdPartyModules()- Specified by:
getAllThirdPartyModulesin interfacecom.helger.base.thirdparty.IThirdPartyModuleProviderSPI
-