Uses of Interface
org.apache.maven.plugin.surefire.ProviderInfo

Packages that use ProviderInfo
org.apache.maven.plugin.surefire   
 

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

Methods in org.apache.maven.plugin.surefire that return ProviderInfo
 ProviderInfo AbstractSurefireMojo.DynamicProviderInfo.instantiate(String providerName)
           
 

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

Constructors in org.apache.maven.plugin.surefire with parameters of type ProviderInfo
ProviderList(ProviderInfo[] wellKnownProviders, org.apache.maven.plugin.surefire.ConfigurableProviderInfo dynamicProviderInfo)
           
 



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