public final class ChangelogParser extends Object
| Constructor and Description |
|---|
ChangelogParser(XmlSchemaValidator validator,
ChangelogPreprocessor preprocessor) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Changeset> |
parse(ChangelogLoader changelogLoader,
String masterChangelog)
Parses a
masterChangelog XML file from the specified classloader,
to a Changelog object. |
public ChangelogParser(XmlSchemaValidator validator, ChangelogPreprocessor preprocessor)
public Collection<Changeset> parse(ChangelogLoader changelogLoader, String masterChangelog)
masterChangelog XML file from the specified classloader,
to a Changelog object.changelogLoader - The changelog loader which loads the masterChangelogmasterChangelog - Filename of the master changelogChangelog object that correspond to the XML fileIllegalArgumentException - if there is an error during the conversionCopyright © 2018. All rights reserved.