Package org.apache.maven.plugins.invoker
Class ReportUtils
- java.lang.Object
-
- org.apache.maven.plugins.invoker.ReportUtils
-
class ReportUtils extends java.lang.Object
Provides utility methods for invoker report processing.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ReportUtils.FileFilterOnlyXmlFile
-
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.
-
-
-
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 benull
.- Returns:
- The paths to the invoker reports, can be empty but never
null
.
-
-