|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.utoronto.JCVSReport.cvsPlugin.Cvs
Cvs class acts as an interface to the CVS. It contains operations to retrieve files from CVS and CVS metadata.
Constructor Summary | |
Cvs(CvsAccess accessInformation)
Creates a Cvs object with the given CVS access information. |
Method Summary | |
String |
getCvsFile(String file,
String version)
Get a specific version of a specific file from a CVS repository |
Iterator |
getCvsHistoryData()
Get project data from the CVS history for the whole lifetime of the project. |
Iterator |
getCvsHistoryData(Date aFromDate)
Get project data from the CVS history from the specified date. |
ScmRevisionIterator |
getCvsLogData()
Get project data from the CVS log for the whole lifetime of the project. |
ScmRevisionIterator |
getCvsLogData(Date aFromDate)
Get project data from the CVS log from the specified date. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Cvs(CvsAccess accessInformation)
accessInformation
- CVS access informationMethod Detail |
public String getCvsFile(String file, String version) throws IOException, InterruptedException
file
- The file we want to getversion
- The version of the file we want to get
IOException
InterruptedException
public ScmRevisionIterator getCvsLogData() throws IOException, InterruptedException, ScmAccessException, SQLException
IOException
InterruptedException
ScmAccessException
SQLException
public ScmRevisionIterator getCvsLogData(Date aFromDate) throws IOException, InterruptedException, ScmAccessException, SQLException
aFromDate
- The start date
IOException
InterruptedException
ScmAccessException
SQLException
public Iterator getCvsHistoryData() throws IOException, InterruptedException, ScmAccessException, SQLException
IOException
InterruptedException
ScmAccessException
SQLException
public Iterator getCvsHistoryData(Date aFromDate) throws IOException, InterruptedException, ScmAccessException, SQLException
aFromDate
- The start date
IOException
InterruptedException
ScmAccessException
SQLException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |