|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensolaris.opengrok.history.Repository
org.opensolaris.opengrok.history.RCSRepository
org.opensolaris.opengrok.history.CVSRepository
public class CVSRepository
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 |
---|
public CVSRepository()
Method Detail |
---|
public boolean isRepositoryFor(java.io.File file)
Repository
file
- File to check if this is a repository for.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |