public interface ChangeRecorder
| Modifier and Type | Method and Description |
|---|---|
void |
recordChange(ChangeRecord changeRecord)
Record that a dependency was updated.
|
void |
writeReport(Path outputPath)
Write the current set of changes to the given output path.
|
void recordChange(ChangeRecord changeRecord)
changeRecord - a record described changevoid writeReport(Path outputPath) throws IOException
Implementation is responsible for creating all missing directories.
Output should not be created for empty record sets.
outputPath - The output path, can be null, provided by changeRecorderOutputFile
plugin parametersIOException - On write and/or I/O errorsCopyright © 2008–2022 MojoHaus. All rights reserved.