Package org.apache.maven.changelog

Interface Summary
ChangeLogFactory An AbstractFactory interface for creating the required ChangeLogGenerator and ChangeLogParser pairs.
ChangeLogGenerator Instances of ChangeLogGenerator are intended to provide an InputStream for a ChangeLogParser to parse into individual ChangeLogEntry objects.
ChangeLogParser Instance of ChangeLogParser are intended to parse an InputStream created by a ChangeLogGenerator into individual ChangeLogEntry objects.
 

Class Summary
AbstractChangeLogGenerator An abstract implementation of the ChangeLog interface.
ChangeLog Change log task.
ChangeLogEntry Change Log Entry - holds details about revisions to a file.
ChangeLogFile A set of information about revisions of a file as returned by CVS's log command
ChangeLogSet Change Log Set - holds details about a set of change log entries.
 



Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.