|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.statcvs.input.CvsLogfileParser
Parses a CVS logfile into a CvsContent object.
| Constructor Summary | |
CvsLogfileParser(java.lang.String repositoryName,
java.io.Reader logReader,
RepositoryFileManager repositoryFileManager)
Default Constructor |
|
| Method Summary | |
CvsContent |
parse()
Parses the Log and returns a CvsContent object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CvsLogfileParser(java.lang.String repositoryName,
java.io.Reader logReader,
RepositoryFileManager repositoryFileManager)
repositoryName - full name of the repository pathlogReader - reader classrepositoryFileManager - file manager class| Method Detail |
public CvsContent parse()
throws LogSyntaxException,
java.io.IOException
LogSyntaxException - if syntax errors occured
java.io.IOException - if read/write errors occured
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||