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 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)
-