public interface ChangeRecorder
| Modifier and Type | Method and Description |
|---|---|
void |
recordUpdate(String kind,
String groupId,
String artifactId,
String oldVersion,
String newVersion)
Record that a dependency was updated.
|
void |
serialize(OutputStream outputStream)
Serialize the current set of changes to the given output stream.
|
void recordUpdate(String kind, String groupId, String artifactId, String oldVersion, String newVersion)
kind - The kind of version changegroupId - The dependency group IDartifactId - The dependency artifact IDoldVersion - The old version of the dependencynewVersion - The new version of the dependencyvoid serialize(OutputStream outputStream) throws IOException
outputStream - The output streamIOException - On serialization and/or I/O errorsCopyright © 2008–2022 MojoHaus. All rights reserved.