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