|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.maven.plugin.changelog.ChangeLog
public class ChangeLog
Change log task. It uses a ChangeLogGenerator and ChangeLogParser to create a Collection of ChangeLogEntry objects, which are used to produce an XML output that represents the list of changes.
| Constructor Summary | |
|---|---|
ChangeLog()
|
|
| Method Summary | |
|---|---|
static java.util.List |
loadChangedSets(java.io.InputStream stream)
parses a previously generated changelog xml document and return its changed sets |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChangeLog()
| Method Detail |
|---|
public static java.util.List loadChangedSets(java.io.InputStream stream)
throws javax.xml.parsers.ParserConfigurationException,
org.xml.sax.SAXException,
java.io.IOException
stream - the changelog xml document
javax.xml.parsers.ParserConfigurationException - when instantiation of the SAX parser failed
org.xml.sax.SAXException - when an error occurred while parsing the xml document
java.io.IOException - when an error occurred while accessing the xml document
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||