public final class SPITestHelper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SPITestHelper.EMode |
| Modifier and Type | Field and Description |
|---|---|
static String |
MAIN_SERVICES
Project relative path to main SPI directory
|
static String |
TEST_SERVICES
Project relative path to test SPI directory
|
| Modifier and Type | Method and Description |
|---|---|
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
testIfAllMainSPIImplementationsAreValid(boolean bContinueOnError) |
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
testIfAllSPIImplementationsAreValid() |
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
testIfAllSPIImplementationsAreValid(boolean bContinueOnError) |
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
testIfAllSPIImplementationsAreValid(String sBaseDir,
SPITestHelper.EMode eMode)
Test if all SPI configurations and implementations are correctly
configured.
|
static ICommonsSortedMap<String,ICommonsSortedSet<String>> |
testIfAllTestSPIImplementationsAreValid(boolean bContinueOnError) |
public static final String TEST_SERVICES
public static final String MAIN_SERVICES
@Nonnull @ReturnsMutableCopy public static ICommonsSortedMap<String,ICommonsSortedSet<String>> testIfAllSPIImplementationsAreValid(@Nonnull String sBaseDir, @Nonnull SPITestHelper.EMode eMode) throws IOException
sBaseDir - Base directory. May not be null.eMode - Validation mode. May not be null.IOException - In case of read error@Nonnull @ReturnsMutableCopy public static ICommonsSortedMap<String,ICommonsSortedSet<String>> testIfAllMainSPIImplementationsAreValid(boolean bContinueOnError) throws IOException
IOException@Nonnull @ReturnsMutableCopy public static ICommonsSortedMap<String,ICommonsSortedSet<String>> testIfAllTestSPIImplementationsAreValid(boolean bContinueOnError) throws IOException
IOException@Nonnull @ReturnsMutableCopy public static ICommonsSortedMap<String,ICommonsSortedSet<String>> testIfAllSPIImplementationsAreValid(boolean bContinueOnError) throws IOException
IOException@Nonnull @ReturnsMutableCopy public static ICommonsSortedMap<String,ICommonsSortedSet<String>> testIfAllSPIImplementationsAreValid() throws IOException
IOExceptionCopyright © 2014–2022 Philip Helger. All rights reserved.