Class RunJarRunnable

java.lang.Object
com.STIW3054.A191.Jar.RunJarRunnable
All Implemented Interfaces:
java.lang.Runnable

public class RunJarRunnable
extends java.lang.Object
implements java.lang.Runnable
  • Constructor Summary

    Constructors 
    Constructor Description
    RunJarRunnable​(java.lang.String PomPath, java.lang.String RepoName, java.lang.String MatricNo, java.util.concurrent.CountDownLatch Latch, int TotalLatch)  
  • Method Summary

    Modifier and Type Method Description
    void run()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RunJarRunnable

      public RunJarRunnable​(java.lang.String PomPath, java.lang.String RepoName, java.lang.String MatricNo, java.util.concurrent.CountDownLatch Latch, int TotalLatch)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable