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 that return types with arguments of type ProviderInfo
protected  List<ProviderInfo> AbstractSurefireMojo.createProviders()
           
 List<ProviderInfo> ProviderList.resolve(Log log)
           
 

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

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



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