public class ChangeSetWriter extends Object
Constructor and Description |
---|
ChangeSetWriter() |
Modifier and Type | Method and Description |
---|---|
void |
write(List<ChangeSet> changeSets,
File changelogFile)
Writes the list of change sets to the file
|
void |
write(List<ChangeSet> changeSets,
Writer output)
Writes the list of change sets to the writer
|
public void write(List<ChangeSet> changeSets, File changelogFile) throws IOException
changeSets
- list of change setschangelogFile
- file to write change sets toIOException
Copyright © 2016–2021. All rights reserved.