public class CommonReflector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<?> |
consoleLogger |
private java.lang.Class<?> |
startupReportConfiguration |
private java.lang.ClassLoader |
surefireClassLoader |
| Constructor and Description |
|---|
CommonReflector(java.lang.ClassLoader surefireClassLoader) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
createReportingReporterFactory(StartupReportConfiguration startupReportConfiguration,
ConsoleLogger consoleLogger) |
private java.lang.Object |
createStartupReportConfiguration(StartupReportConfiguration reporterConfiguration) |
private final java.lang.Class<?> startupReportConfiguration
private final java.lang.Class<?> consoleLogger
private final java.lang.ClassLoader surefireClassLoader
public CommonReflector(@Nonnull
java.lang.ClassLoader surefireClassLoader)
public java.lang.Object createReportingReporterFactory(@Nonnull
StartupReportConfiguration startupReportConfiguration,
@Nonnull
ConsoleLogger consoleLogger)
private java.lang.Object createStartupReportConfiguration(@Nonnull
StartupReportConfiguration reporterConfiguration)