org.am.snitch.utilities
Class CVSLogCreator
java.lang.Object
org.am.snitch.utilities.CVSLogCreator
public class CVSLogCreator
- extends Object
Utilities that create the cvs log.
- Version:
- 1.0
- Author:
- Axel Maroudas
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CVSLogCreator
public CVSLogCreator(String repositoryPath,
String apassword)
- Constructor.
- Parameters:
repositoryPath - The local repository pathapassword - The repository password
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.