Uses of Interface
com.helger.base.thirdparty.IThirdPartyModule
Packages that use IThirdPartyModule
-
Uses of IThirdPartyModule in com.helger.base.thirdparty
Classes in com.helger.base.thirdparty that implement IThirdPartyModuleModifier and TypeClassDescriptionfinal classThe default implementation of theIThirdPartyModuleinterface.Fields in com.helger.base.thirdparty declared as IThirdPartyModuleModifier and TypeFieldDescriptionstatic final IThirdPartyModuleThirdPartyModuleProvider_ph_base.BASE64static final IThirdPartyModuleThirdPartyModuleProvider_ph_base.SLF4JMethods in com.helger.base.thirdparty that return IThirdPartyModuleModifier and TypeMethodDescription@Nullable IThirdPartyModule[]IThirdPartyModuleProviderSPI.getAllThirdPartyModules()@Nullable IThirdPartyModule[]ThirdPartyModuleProvider_ph_base.getAllThirdPartyModules()@NonNull IThirdPartyModuleIThirdPartyModule.getAsNonOptionalCopy()@NonNull IThirdPartyModuleIThirdPartyModule.getAsOptionalCopy()Methods in com.helger.base.thirdparty that return types with arguments of type IThirdPartyModuleModifier and TypeMethodDescription@NonNull Set<IThirdPartyModule> ThirdPartyModuleRegistry.getAllRegisteredThirdPartyModules()Methods in com.helger.base.thirdparty with parameters of type IThirdPartyModuleModifier and TypeMethodDescription@NonNull EChangeThirdPartyModuleRegistry.registerThirdPartyModule(@NonNull IThirdPartyModule aModule) Register a new third party module.Constructors in com.helger.base.thirdparty with parameters of type IThirdPartyModuleModifierConstructorDescriptionThirdPartyModule(@NonNull IThirdPartyModule aOther, boolean bOptional) Constructor copying from another third party module with a different optional flag.