Uses of Class
org.apache.maven.surefire.booter.ClassLoaderConfiguration
-
-
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 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)
-