Class CountDownLauncher
java.lang.Object
org.apache.maven.surefire.extensions.util.CountDownLauncher
Counts down the calls 
countDown() and the last reaching zero executes the job().- Since:
 - 3.0.0-M5
 - Author:
 - Tibor Digana (tibor17)
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
CountDownLauncher
public CountDownLauncher(int count)  
 - 
 - 
Method Details
- 
job
- Throws:
 IOExceptionInterruptedException
 - 
countDown
- Throws:
 IOExceptionInterruptedException
 
 -