Package org.apache.maven.plugins.invoker
Class ReportUtils
java.lang.Object
org.apache.maven.plugins.invoker.ReportUtils
Provides utility methods for invoker report processing.
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic File[]
getReportFiles
(File reportsDirectory) Gets the paths to the invoker reports available in the specified directory.
-
Constructor Details
-
ReportUtils
ReportUtils()
-
-
Method Details
-
getReportFiles
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 benull
.- Returns:
- The paths to the invoker reports, can be empty but never
null
.
-