Uses of Class
org.apache.maven.plugin.surefire.booterclient.ForkConfiguration

Packages that use ForkConfiguration
org.apache.maven.plugin.surefire   
org.apache.maven.plugin.surefire.booterclient   
 

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

Methods in org.apache.maven.plugin.surefire that return ForkConfiguration
protected  ForkConfiguration AbstractSurefireMojo.getForkConfiguration()
           
 

Methods in org.apache.maven.plugin.surefire with parameters of type ForkConfiguration
protected  ForkStarter AbstractSurefireMojo.createForkStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration)
           
protected  SurefireStarter AbstractSurefireMojo.createInprocessStarter(ProviderInfo provider, ForkConfiguration forkConfiguration, ClassLoaderConfiguration classLoaderConfiguration)
           
protected  ClassLoaderConfiguration AbstractSurefireMojo.getClassLoaderConfiguration(ForkConfiguration fork)
           
 void Summary.reportForkConfiguration(ForkConfiguration configuration)
           
 

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

Constructors in org.apache.maven.plugin.surefire.booterclient with parameters of type ForkConfiguration
ForkStarter(ProviderConfiguration providerConfiguration, StartupConfiguration startupConfiguration, ForkConfiguration forkConfiguration, int forkedProcessTimeoutInSeconds, StartupReportConfiguration startupReportConfiguration)
           
 



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