Class ReportUtils


  • class ReportUtils
    extends java.lang.Object
    Provides utility methods for invoker report processing.
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File[] getReportFiles​(java.io.File reportsDirectory)
      Gets the paths to the invoker reports available in the specified directory.
      • Methods inherited from class java.lang.Object

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

      • ReportUtils

        ReportUtils()
    • Method Detail

      • getReportFiles

        public static java.io.File[] getReportFiles​(java.io.File reportsDirectory)
        Gets the paths to the invoker reports available in the specified directory.
        Parameters:
        reportsDirectory - The base directory where the invoker reports are located in, may be null.
        Returns:
        The paths to the invoker reports, can be empty but never null.