Uses of Class
org.apache.maven.surefire.booter.ClassLoaderConfiguration
-
Packages that use ClassLoaderConfiguration Package Description org.apache.maven.surefire.booter -
-
Uses of ClassLoaderConfiguration in org.apache.maven.surefire.booter
Methods in org.apache.maven.surefire.booter that return ClassLoaderConfiguration Modifier and Type Method Description ClassLoaderConfiguration
StartupConfiguration. getClassLoaderConfiguration()
Methods in org.apache.maven.surefire.booter with parameters of type ClassLoaderConfiguration Modifier and Type Method Description static StartupConfiguration
StartupConfiguration. inForkedVm(java.lang.String providerClassName, ClasspathConfiguration classpathConfig, ClassLoaderConfiguration classLoaderConfig, ProcessCheckerType processChecker)
Constructors in org.apache.maven.surefire.booter with parameters of type ClassLoaderConfiguration Constructor Description StartupConfiguration(java.lang.String providerClassName, AbstractPathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, ProcessCheckerType processChecker, java.util.List<java.lang.String[]> jpmsArguments)
-