org.opensolaris.opengrok.history
Class CVSRepository

java.lang.Object
  extended by org.opensolaris.opengrok.history.Repository
      extended by org.opensolaris.opengrok.history.RCSRepository
          extended by org.opensolaris.opengrok.history.CVSRepository

public class CVSRepository
extends RCSRepository

Access to a local CVS repository.


Constructor Summary
CVSRepository()
           
 
Method Summary
 boolean isRepositoryFor(java.io.File file)
          Check if this it the right repository type for the given file.
 
Methods inherited from class org.opensolaris.opengrok.history.Repository
getDirectoryName, isWorking, setDirectoryName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVSRepository

public CVSRepository()
Method Detail

isRepositoryFor

public boolean isRepositoryFor(java.io.File file)
Description copied from class: Repository
Check if this it the right repository type for the given file.

Parameters:
file - File to check if this is a repository for.
Returns:
true if this is the correct repository for this file/directory.