Class ChangelogParser


  • public final class ChangelogParser
    extends Object
    • Method Detail

      • parse

        public Collection<Changeset> parse​(ChangelogLoader changelogLoader,
                                           String masterChangelog)
        Parses a masterChangelog XML file from the specified classloader, to a Changelog object.
        Parameters:
        changelogLoader - The changelog loader which loads the masterChangelog
        masterChangelog - Filename of the master changelog
        Returns:
        A Changelog object that correspond to the XML file
        Throws:
        IllegalArgumentException - if there is an error during the conversion