org.am.snitch.utilities
Class CVSLogParser

java.lang.Object
  extended by 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

Constructor Summary
CVSLogParser(String repositoryPath, String acvslog)
          Constructor.
 
Method Summary
 String getCvslog()
           
 String getRepository()
           
 Repository parseCVSLog()
          CVS log parser utility.
 void setCvslog(String acvslog)
           
 void setRepository(String arepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSLogParser

public CVSLogParser(String repositoryPath,
                    String acvslog)
Constructor.

Parameters:
repositoryPath - The local repository path
acvslog - The cvs log
Method Detail

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.