org.am.snitch.utilities
Class CVSLogParser
java.lang.Object
org.am.snitch.utilities.CVSLogParser
public class CVSLogParser
- extends Object
Utilities that parse the cvs log and create a cvs repository model.
- Version:
- 1.0
- Author:
- Axel Maroudas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVSLogParser
public CVSLogParser(String repositoryPath,
String acvslog)
- Constructor.
- Parameters:
repositoryPath - The local repository pathacvslog - The cvs log
parseCVSLog
public Repository parseCVSLog()
throws LogSyntaxException,
IOException
- CVS log parser utility.
- Returns:
- The repository model
- Throws:
LogSyntaxException
IOException
getRepository
public String getRepository()
- Returns:
- the repository
setRepository
public void setRepository(String arepository)
- Parameters:
arepository - the repository to set
getCvslog
public String getCvslog()
- Returns:
- the cvslog
setCvslog
public void setCvslog(String acvslog)
- Parameters:
acvslog - the cvslog to set
Copyright © 2008 Axel Maroudas All Rights Reserved.