public class ChangeLog extends Object
| Constructor and Description |
|---|
ChangeLog() |
| Modifier and Type | Method and Description |
|---|---|
static List |
loadChangedSets(InputStream stream)
parses a previously generated changelog xml document and return its changed sets
|
static List |
loadChangedSets(Reader reader) |
public static List 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 loadChangedSets(Reader reader) throws ParserConfigurationException, SAXException, IOException
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.