|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opensolaris.opengrok.history.ExternalRepository
org.opensolaris.opengrok.history.SubversionRepository
public class SubversionRepository
Access to a Subversion repository.
Constructor Summary | |
---|---|
SubversionRepository()
Creates a new instance of SubversionRepository |
|
SubversionRepository(java.lang.String directory)
Creates a new instance of SubversionRepository |
Method Summary | |
---|---|
Annotation |
annotate(java.io.File file,
java.lang.String revision)
Annotate the specified revision of a file. |
boolean |
fileHasHistory(java.io.File file)
|
java.lang.Class<? extends org.opensolaris.opengrok.history.HistoryParser> |
getDirectoryHistoryParser()
|
java.io.InputStream |
getHistoryGet(java.lang.String parent,
java.lang.String basename,
java.lang.String rev)
Get an input stream that I may use to read a speciffic version of a named file. |
java.lang.Class<? extends org.opensolaris.opengrok.history.HistoryParser> |
getHistoryParser()
Get a parser capable of getting history log elements from this repository. |
boolean |
isCacheable()
Check whether the parsed history should be cached. |
boolean |
isIgnored()
|
boolean |
isVerbose()
Use verbose log messages, or just the summary |
void |
setIgnored(boolean ignored)
|
void |
setVerbose(boolean verbose)
Specify if verbose log messages or just the summary should be used |
boolean |
supportsAnnotation()
Checks whether this parser can annotate files. |
void |
update()
Update the content in this repository by pulling the changes from the upstream repository.. |
Methods inherited from class org.opensolaris.opengrok.history.ExternalRepository |
---|
getDirectoryName, setDirectoryName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SubversionRepository()
public SubversionRepository(java.lang.String directory)
directory
- The directory containing the .svn-subdirectoryMethod Detail |
---|
public boolean isVerbose()
public void setVerbose(boolean verbose)
verbose
- set to true if verbose messages should be usedpublic java.io.InputStream getHistoryGet(java.lang.String parent, java.lang.String basename, java.lang.String rev)
ExternalRepository
parent
- the name of the directory containing the filebasename
- the name of the file to getrev
- the revision to get
public java.lang.Class<? extends org.opensolaris.opengrok.history.HistoryParser> getHistoryParser()
ExternalRepository
public java.lang.Class<? extends org.opensolaris.opengrok.history.HistoryParser> getDirectoryHistoryParser()
public boolean isIgnored()
public void setIgnored(boolean ignored)
public Annotation annotate(java.io.File file, java.lang.String revision) throws java.lang.Exception
ExternalRepository
file
- the file to annotaterevision
- revision of the file
Annotation
object
java.lang.Exception
- if an error occurspublic boolean supportsAnnotation()
ExternalRepository
true
if annotation is supportedpublic boolean isCacheable()
ExternalRepository
true
if the history should be cachedpublic boolean fileHasHistory(java.io.File file)
public void update() throws java.lang.Exception
ExternalRepository
java.lang.Exception
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |