org.apache.maven.plugin.changelog
Class ChangeLog

java.lang.Object
  extended by org.apache.maven.plugin.changelog.ChangeLog

public class ChangeLog
extends Object

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.

Version:
$Id:ChangeLog.java 437762 2006-08-28 19:29:49 +0200 (må, 28 aug 2006) dennisl $
Author:
Glenn McAllister, Jeff Martin, Jason van Zyl, dIon Gillard, Stefan Bodewig, Peter Donald

Constructor Summary
ChangeLog()
           
 
Method Summary
static List loadChangedSets(InputStream stream)
          parses a previously generated changelog xml document and return its changed sets
static List loadChangedSets(Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeLog

public ChangeLog()
Method Detail

loadChangedSets

public static List loadChangedSets(InputStream stream)
                            throws ParserConfigurationException,
                                   SAXException,
                                   IOException
parses a previously generated changelog xml document and return its changed sets

Parameters:
stream - the changelog xml document
Returns:
changelog sets parsed from the xml document
Throws:
ParserConfigurationException - when instantiation of the SAX parser failed
SAXException - when an error occurred while parsing the xml document
IOException - when an error occurred while accessing the xml document

loadChangedSets

public static List loadChangedSets(Reader reader)
                            throws ParserConfigurationException,
                                   SAXException,
                                   IOException
Throws:
ParserConfigurationException
SAXException
IOException


Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.