Package org.apache.maven.plugin.surefire
Class CommonReflector
- java.lang.Object
-
- org.apache.maven.plugin.surefire.CommonReflector
-
public class CommonReflector extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>
consoleLogger
private java.lang.Class<?>
startupReportConfiguration
private java.lang.ClassLoader
surefireClassLoader
-
Constructor Summary
Constructors Constructor Description CommonReflector(java.lang.ClassLoader surefireClassLoader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
createReportingReporterFactory(StartupReportConfiguration startupReportConfiguration, ConsoleLogger consoleLogger)
private java.lang.Object
createStartupReportConfiguration(StartupReportConfiguration reporterConfiguration)
-
-
-
Method Detail
-
createReportingReporterFactory
public java.lang.Object createReportingReporterFactory(@Nonnull StartupReportConfiguration startupReportConfiguration, @Nonnull ConsoleLogger consoleLogger)
-
createStartupReportConfiguration
private java.lang.Object createStartupReportConfiguration(@Nonnull StartupReportConfiguration reporterConfiguration)
-
-