Package com.STIW3054.A191.CloneRepo
Class CloneRepoRunnable
java.lang.Object
com.STIW3054.A191.CloneRepo.CloneRepoRunnable
- All Implemented Interfaces:
java.lang.Runnable
public class CloneRepoRunnable
extends java.lang.Object
implements java.lang.Runnable
-
Constructor Summary
Constructors Constructor Description CloneRepoRunnable(java.lang.String RepoUrl, int TotalRepo, java.util.concurrent.CountDownLatch Latch)
-
Method Summary
Modifier and Type Method Description void
run()
-
Constructor Details
-
CloneRepoRunnable
public CloneRepoRunnable(java.lang.String RepoUrl, int TotalRepo, java.util.concurrent.CountDownLatch Latch)
-
-
Method Details
-
run
public void run()- Specified by:
run
in interfacejava.lang.Runnable
-