public final class ChangelogParser extends Object
| Constructor and Description |
|---|
ChangelogParser(XmlSchemaValidator validator,
ChangelogPreprocessor preprocessor) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Changeset> |
parse(ClassLoader classLoader,
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(ClassLoader classLoader, String masterChangelog)
masterChangelog XML file from the specified classloader,
to a Changelog object.classLoader - The classloader in which we search the masterChangelogmasterChangelog - Filename of the master changelogChangelog object that correspond to the XML fileIllegalArgumentException - if there is an error during the conversionCopyright © 2016. All Rights Reserved.