Package | Description |
---|---|
net.sf.statsvn.input |
This package is responsible for parsing SVN logs and working copy and
creating a StatSVN model from them.
|
Modifier and Type | Method and Description |
---|---|
RevisionData |
RevisionData.createCopy()
Returns a new instance of the RevisionData, with the same fields as the current one.
|
Modifier and Type | Method and Description |
---|---|
void |
FileBuilder.addRevisionData(RevisionData data)
Adds a revision to the file.
|
void |
SvnLogBuilder.buildRevision(RevisionData data)
Adds a revision to the last file that was built..
|
void |
Builder.buildRevision(RevisionData data)
Adds a revision to the current file.
|