Package org.apache.maven.surefire.booter
Class ProviderConfiguration
java.lang.Object
org.apache.maven.surefire.booter.ProviderConfiguration
Represents the surefire configuration that passes all the way into the provider
 classloader and the provider.
 
- Author:
 - Jason van Zyl, Emmanuel Venisse, Kristian Rosenvold
 
- 
Constructor Summary
ConstructorsConstructorDescriptionProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout)  - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.intbooleanlongsystemExitTimeout(long fallback)  
- 
Constructor Details
- 
ProviderConfiguration
public ProviderConfiguration(DirectoryScannerParameters directoryScannerParameters, RunOrderParameters runOrderParameters, ReporterConfiguration reporterConfiguration, TestArtifactInfo testArtifact, TestRequest testSuiteDefinition, Map<String, String> providerProperties, TypeEncodedValue typeEncodedTestSet, boolean readTestsFromInStream, List<CommandLineOption> mainCliOptions, int skipAfterFailureCount, Shutdown shutdown, Integer systemExitTimeout)  
 - 
 - 
Method Details
- 
getReporterConfiguration
 - 
getBaseDir
 - 
getDirScannerParams
 - 
getIncludes
Deprecated. - 
getExcludes
Deprecated. - 
getTestArtifact
 - 
getTestSuiteDefinition
 - 
getProviderProperties
 - 
getTestForFork
 - 
getRunOrderParameters
 - 
isReadTestsFromInStream
public boolean isReadTestsFromInStream() - 
getMainCliOptions
 - 
getSkipAfterFailureCount
public int getSkipAfterFailureCount() - 
getShutdown
 - 
getSystemExitTimeout
 - 
systemExitTimeout
public long systemExitTimeout(long fallback)  
 -