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  SurefireStarter AbstractSurefireMojo.createInprocessStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, 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(List classPath, ClassLoaderConfiguration classpathConfiguration, boolean shadefire)
           
 

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(String providerClassName, ClasspathConfiguration classpathConfiguration, ClassLoaderConfiguration classLoaderConfiguration, String forkMode)
           
 

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



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