public class ReportSourceLocator extends Object
| Constructor and Description |
|---|
ReportSourceLocator() |
| Modifier and Type | Method and Description |
|---|---|
File |
locate(File reportsDirectory,
org.apache.maven.plugin.logging.Log log)
Determines the directory where the most recent PIT reports are located.
|
public File locate(File reportsDirectory, org.apache.maven.plugin.logging.Log log)
TIMESTAMPED_REPORTS_FILE_FILTER for an
explanation of what constitutes a timestamped reports directory;reportsDirectory - File representing the directory where non-timestamped
reports were written if the plugin's configuration has
timestampedReports set to true;log - Log plugin logger for logging debug messagesFile representing the directory where the latest PIT
reports are locatedCopyright © 2022 org.pitest. All rights reserved.