Uses of Class
org.apache.maven.surefire.booter.ClassLoaderConfiguration
Packages that use ClassLoaderConfiguration
-
Uses of ClassLoaderConfiguration in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return ClassLoaderConfigurationModifier and TypeMethodDescriptionprotected ClassLoaderConfiguration
AbstractSurefireMojo.getClassLoaderConfiguration()
Methods in org.apache.maven.plugin.surefire with parameters of type ClassLoaderConfigurationModifier and TypeMethodDescriptionprivate ForkStarter
AbstractSurefireMojo.createForkStarter
(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularityResult) private InPluginVMSurefireStarter
AbstractSurefireMojo.createInprocessStarter
(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform, TestClassPath testClasspathWrapper) private StartupConfiguration
AbstractSurefireMojo.createStartupConfiguration
(ProviderInfo provider, boolean isForking, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, TestClassPath testClasspathWrapper, Platform platform, ResolvePathResultWrapper resolvedJavaModularity) private StartupConfiguration
AbstractSurefireMojo.newStartupConfigWithClasspath
(ClassLoaderConfiguration classLoaderConfiguration, ProviderInfo providerInfo, TestClassPath testClasspathWrapper) private StartupConfiguration
AbstractSurefireMojo.newStartupConfigWithModularPath
(ClassLoaderConfiguration classLoaderConfiguration, ProviderInfo providerInfo, ResolvePathResultWrapper moduleDescriptor, DefaultScanResult scanResult, String javaHome, TestClassPath testClasspathWrapper) -
Uses of ClassLoaderConfiguration in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ClassLoaderConfigurationModifier and TypeFieldDescriptionprivate final ClassLoaderConfiguration
StartupConfiguration.classLoaderConfiguration
Methods in org.apache.maven.surefire.booter that return ClassLoaderConfigurationMethods in org.apache.maven.surefire.booter with parameters of type ClassLoaderConfigurationModifier and TypeMethodDescriptionstatic StartupConfiguration
StartupConfiguration.inForkedVm
(String providerClassName, ClasspathConfiguration classpathConfig, ClassLoaderConfiguration classLoaderConfig, ProcessCheckerType processChecker) Constructors in org.apache.maven.surefire.booter with parameters of type ClassLoaderConfigurationModifierConstructorDescriptionStartupConfiguration
(String providerClassName, AbstractPathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, ProcessCheckerType processChecker, List<String[]> jpmsArguments)