net.sf.statcvs.pages.xml
Class CommitListXml
public class CommitListXml
This is a mere copy of the CommitListFormatter class with dfew minor changes done
Class for formatting a list of commits as XML.
$Id: CommitListXml.java,v 1.4 2008/04/02 11:52:02 benoitx Exp $- Anja Jentzsch
- Richard Cyganiak (richard@cyganiak.de)
CommitListXml(List commits, List tags, boolean withPermalinks) - Creates a new instance for the list of commits.
|
CommitListXml(List commit, List tags, int max, boolean withPermalinks) - Creates a new instance for the list of commits.
|
CommitListXml
public CommitListXml(List commits,
List tags,
boolean withPermalinks)
Creates a new instance for the list of commits.
commits
- A list of Commit
objects
CommitListXml
public CommitListXml(List commit,
List tags,
int max,
boolean withPermalinks)
Creates a new instance for the list of commits.
max
- maximum number of commits for the log; if there
are more, only the most recent will be used
renderCommitList
public Element renderCommitList(List commitList)