|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RevisionData | |
---|---|
net.sf.statsvn.input | This package is responsible for parsing SVN logs and working copy and creating a StatSVN model from them. |
Uses of RevisionData in net.sf.statsvn.input |
---|
Methods in net.sf.statsvn.input that return RevisionData | |
---|---|
RevisionData |
RevisionData.createCopy()
Returns a new instance of the RevisionData, with the same fields as the current one. |
Methods in net.sf.statsvn.input with parameters of type RevisionData | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |