Uses of Class
org.apache.maven.surefire.booter.ClassLoaderConfiguration

Packages that use ClassLoaderConfiguration
org.apache.maven.plugin.surefire   
org.apache.maven.plugin.surefire.booterclient   
org.apache.maven.surefire.booter   
 

Uses of ClassLoaderConfiguration in org.apache.maven.plugin.surefire
 

Methods in org.apache.maven.plugin.surefire that return ClassLoaderConfiguration
protected  ClassLoaderConfiguration AbstractSurefireMojo.getClassLoaderConfiguration(ForkConfiguration fork)
           
 

Methods in org.apache.maven.plugin.surefire with parameters of type ClassLoaderConfiguration
protected  ForkStarter AbstractSurefireMojo.createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration)
           
protected  StartupConfiguration AbstractSurefireMojo.createStartupConfiguration(ForkConfiguration forkConfiguration, ProviderInfo provider, ClassLoaderConfiguration classLoaderConfiguration)
           
 

Uses of ClassLoaderConfiguration in org.apache.maven.plugin.surefire.booterclient
 

Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ClassLoaderConfiguration
 org.codehaus.plexus.util.cli.Commandline ForkConfiguration.createCommandLine(java.util.List classPath, ClassLoaderConfiguration classpathConfiguration)
           
 

Uses of ClassLoaderConfiguration in org.apache.maven.surefire.booter
 

Methods in org.apache.maven.surefire.booter that return ClassLoaderConfiguration
 ClassLoaderConfiguration StartupConfiguration.getClassLoaderConfiguration()
           
 

Methods in org.apache.maven.surefire.booter with parameters of type ClassLoaderConfiguration
static StartupConfiguration StartupConfiguration.inForkedVm(java.lang.String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration)
           
 

Constructors in org.apache.maven.surefire.booter with parameters of type ClassLoaderConfiguration
StartupConfiguration(java.lang.String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, boolean forkRequested, boolean inForkedVm, boolean redirectTestOutputToFile)
           
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.