org.am.snitch.utilities
Class CVSLogCreator

java.lang.Object
  extended by org.am.snitch.utilities.CVSLogCreator

public class CVSLogCreator
extends Object

Utilities that create the cvs log.

Version:
1.0
Author:
Axel Maroudas

Constructor Summary
CVSLogCreator(String repositoryPath, String apassword)
          Constructor.
 
Method Summary
 String createCVSLog(SnitchFilters filters)
          CVS log creator utility.
 String getPassword()
           
 String getRepository()
           
 void setPassword(String apassword)
           
 void setRepository(String arepository)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSLogCreator

public CVSLogCreator(String repositoryPath,
                     String apassword)
Constructor.

Parameters:
repositoryPath - The local repository path
apassword - The repository password
Method Detail

createCVSLog

public String createCVSLog(SnitchFilters filters)
                    throws IOException
CVS log creator utility.

Parameters:
filters - The filters to apply to the cvs log
Returns:
The cvs log
Throws:
IOException

getRepository

public String getRepository()
Returns:
the repository

setRepository

public void setRepository(String arepository)
Parameters:
arepository - the repository to set

getPassword

public String getPassword()
Returns:
the password

setPassword

public void setPassword(String apassword)
Parameters:
apassword - the password to set


Copyright © 2008 Axel Maroudas All Rights Reserved.