Uses of Interface
com.helger.commons.thirdparty.IThirdPartyModule
-
Packages that use IThirdPartyModule Package Description com.helger.commons.thirdparty -
-
Uses of IThirdPartyModule in com.helger.commons.thirdparty
Classes in com.helger.commons.thirdparty that implement IThirdPartyModule Modifier and Type Class Description classThirdPartyModuleThe default implementation of theIThirdPartyModuleinterface.Fields in com.helger.commons.thirdparty declared as IThirdPartyModule Modifier and Type Field Description static IThirdPartyModuleThirdPartyModuleProvider_ph_commons. BASE64static IThirdPartyModuleThirdPartyModuleProvider_ph_commons. FINDBUGSstatic IThirdPartyModuleThirdPartyModuleProvider_ph_commons. SLF4JMethods in com.helger.commons.thirdparty that return IThirdPartyModule Modifier and Type Method Description IThirdPartyModule[]IThirdPartyModuleProviderSPI. getAllThirdPartyModules()IThirdPartyModule[]ThirdPartyModuleProvider_ph_commons. getAllThirdPartyModules()IThirdPartyModuleIThirdPartyModule. getAsNonOptionalCopy()IThirdPartyModuleIThirdPartyModule. getAsOptionalCopy()Methods in com.helger.commons.thirdparty that return types with arguments of type IThirdPartyModule Modifier and Type Method Description ICommonsOrderedSet<IThirdPartyModule>ThirdPartyModuleRegistry. getAllRegisteredThirdPartyModules()Methods in com.helger.commons.thirdparty with parameters of type IThirdPartyModule Modifier and Type Method Description EChangeThirdPartyModuleRegistry. registerThirdPartyModule(IThirdPartyModule aModule)Constructors in com.helger.commons.thirdparty with parameters of type IThirdPartyModule Constructor Description ThirdPartyModule(IThirdPartyModule aOther, boolean bOptional)
-