public class ChangeLog extends Object
Constructor and Description |
---|
ChangeLog() |
Modifier and Type | Method and Description |
---|---|
static List<org.apache.maven.scm.command.changelog.ChangeLogSet> |
loadChangedSets(InputStream stream)
parses a previously generated changelog xml document and return its changed sets
|
static List<org.apache.maven.scm.command.changelog.ChangeLogSet> |
loadChangedSets(Reader reader) |
public static List<org.apache.maven.scm.command.changelog.ChangeLogSet> loadChangedSets(InputStream stream) throws ParserConfigurationException, SAXException, IOException
stream
- the changelog xml documentParserConfigurationException
- when instantiation of the SAX parser failedSAXException
- when an error occurred while parsing the xml documentIOException
- when an error occurred while accessing the xml documentpublic static List<org.apache.maven.scm.command.changelog.ChangeLogSet> loadChangedSets(Reader reader) throws ParserConfigurationException, SAXException, IOException
Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.