Uses of Class
org.apache.maven.surefire.booter.ClassLoaderConfiguration
-
Packages that use ClassLoaderConfiguration Package Description org.apache.maven.plugin.surefire org.apache.maven.surefire.booter -
-
Uses of ClassLoaderConfiguration in org.apache.maven.plugin.surefire
Methods in org.apache.maven.plugin.surefire that return ClassLoaderConfiguration Modifier and Type Method Description protected ClassLoaderConfigurationAbstractSurefireMojo. getClassLoaderConfiguration()Methods in org.apache.maven.plugin.surefire with parameters of type ClassLoaderConfiguration Modifier and Type Method Description private ForkStarterAbstractSurefireMojo. createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration, RunOrderParameters runOrderParameters, ConsoleLogger log, DefaultScanResult scanResult, Platform platform)private InPluginVMSurefireStarterAbstractSurefireMojo. createInprocessStarter(ProviderInfo provider, ClassLoaderConfiguration classLoaderConfig, RunOrderParameters runOrderParameters, DefaultScanResult scanResult, Platform platform)private StartupConfigurationAbstractSurefireMojo. createStartupConfiguration(ProviderInfo provider, boolean isInprocess, ClassLoaderConfiguration classLoaderConfiguration, DefaultScanResult scanResult, Platform platform)private StartupConfigurationAbstractSurefireMojo. newStartupConfigWithClasspath(ClassLoaderConfiguration classLoaderConfiguration, java.util.Set<org.apache.maven.artifact.Artifact> providerArtifacts, java.lang.String providerName)private StartupConfigurationAbstractSurefireMojo. newStartupConfigWithModularPath(ClassLoaderConfiguration classLoaderConfiguration, java.util.Set<org.apache.maven.artifact.Artifact> providerArtifacts, java.lang.String providerName, java.io.File moduleDescriptor, DefaultScanResult scanResult, java.lang.String javaHome) -
Uses of ClassLoaderConfiguration in org.apache.maven.surefire.booter
Fields in org.apache.maven.surefire.booter declared as ClassLoaderConfiguration Modifier and Type Field Description private ClassLoaderConfigurationStartupConfiguration. classLoaderConfigurationMethods in org.apache.maven.surefire.booter that return ClassLoaderConfiguration Modifier and Type Method Description ClassLoaderConfigurationStartupConfiguration. getClassLoaderConfiguration()Methods in org.apache.maven.surefire.booter with parameters of type ClassLoaderConfiguration Modifier and Type Method Description static StartupConfigurationStartupConfiguration. inForkedVm(java.lang.String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration)Constructors in org.apache.maven.surefire.booter with parameters of type ClassLoaderConfiguration Constructor Description StartupConfiguration(java.lang.String providerClassName, AbstractPathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, boolean isForkRequested, boolean inForkedVm)
-