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

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

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

Methods in org.apache.maven.plugin.surefire that return ProviderConfiguration
protected  ProviderConfiguration AbstractSurefireMojo.createProviderConfiguration(ForkConfiguration forkConfiguration)
           
 

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

Methods in org.apache.maven.plugin.surefire.booterclient with parameters of type ProviderConfiguration
 File BooterSerializer.serialize(ProviderConfiguration booterConfiguration, StartupConfiguration providerConfiguration, Object testSet)
           
 

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

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

Methods in org.apache.maven.surefire.booter that return ProviderConfiguration
 ProviderConfiguration BooterDeserializer.deserialize()
           
 

Constructors in org.apache.maven.surefire.booter with parameters of type ProviderConfiguration
ProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, ClassLoader surefireClassLoader, ClassLoader testsClassLoader)
           
SurefireStarter(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration)
           
 



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