@IsSPIImplementation public final class ThirdPartyModuleProvider_ph_commons extends Object implements IThirdPartyModuleProviderSPI
| Modifier and Type | Field and Description |
|---|---|
static IThirdPartyModule |
BASE64 |
static IThirdPartyModule |
FINDBUGS |
static IThirdPartyModule |
SLF4J |
| Constructor and Description |
|---|
ThirdPartyModuleProvider_ph_commons() |
| Modifier and Type | Method and Description |
|---|---|
IThirdPartyModule[] |
getAllThirdPartyModules() |
public static final IThirdPartyModule FINDBUGS
public static final IThirdPartyModule SLF4J
public static final IThirdPartyModule BASE64
@Nullable public IThirdPartyModule[] getAllThirdPartyModules()
getAllThirdPartyModules in interface IThirdPartyModuleProviderSPInull or empty. Note: only modules that are required
for execution should be returned, and not modules only present for
testing.Copyright © 2014–2019 Philip Helger. All rights reserved.