Class OutputResult

java.lang.Object
com.STIW3054.A191.Output.OutputResult

public class OutputResult
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    OutputResult()  
  • Method Summary

    Modifier and Type Method Description
    static void print​(boolean Error, java.lang.String RepoName, java.lang.String Comment, java.util.concurrent.CountDownLatch Latch, int TotalLatch)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • print

      public static void print​(boolean Error, java.lang.String RepoName, java.lang.String Comment, java.util.concurrent.CountDownLatch Latch, int TotalLatch)