org.apache.maven.surefire.booter
Class ProviderFactory

java.lang.Object
  extended by org.apache.maven.surefire.booter.ProviderFactory

public class ProviderFactory
extends Object

Creates the surefire provider.

Todo: This class does a little bit too little ;)

Author:
Kristian Rosenvold

Constructor Summary
ProviderFactory(StartupConfiguration startupConfiguration, ProviderConfiguration providerConfiguration, ClassLoader surefireClassLoader, ClassLoader testsClassLoader)
           
 
Method Summary
 SurefireProvider createProvider()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderFactory

public ProviderFactory(StartupConfiguration startupConfiguration,
                       ProviderConfiguration providerConfiguration,
                       ClassLoader surefireClassLoader,
                       ClassLoader testsClassLoader)
Method Detail

createProvider

public SurefireProvider createProvider()


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