Class ReportUtils

java.lang.Object
org.apache.maven.plugins.invoker.ReportUtils

class ReportUtils extends Object
Provides utility methods for invoker report processing.
  • Constructor Details

    • ReportUtils

      ReportUtils()
  • Method Details

    • getReportFiles

      public static File[] getReportFiles(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.