Package com.helger.bc.config
Class ThirdPartyModuleProvider_ph_bc
- java.lang.Object
-
- com.helger.bc.config.ThirdPartyModuleProvider_ph_bc
-
- All Implemented Interfaces:
com.helger.commons.thirdparty.IThirdPartyModuleProviderSPI
@IsSPIImplementation public final class ThirdPartyModuleProvider_ph_bc extends Object implements com.helger.commons.thirdparty.IThirdPartyModuleProviderSPI
Implement this SPI interface if your JAR file contains external third party modules.- Author:
- Philip Helger
-
-
Field Summary
Fields Modifier and Type Field Description static com.helger.commons.thirdparty.IThirdPartyModuleBOUNCY_CASTLE
-
Constructor Summary
Constructors Constructor Description ThirdPartyModuleProvider_ph_bc()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.helger.commons.thirdparty.IThirdPartyModule[]getAllThirdPartyModules()
-
-
-
Method Detail
-
getAllThirdPartyModules
@Nonnull public com.helger.commons.thirdparty.IThirdPartyModule[] getAllThirdPartyModules()
- Specified by:
getAllThirdPartyModulesin interfacecom.helger.commons.thirdparty.IThirdPartyModuleProviderSPI
-
-