Package | Description |
---|---|
org.tmatesoft.svn.core |
This package mostly contains common classes as well as interfaces used
throughout all the library.
|
org.tmatesoft.svn.core.internal.io.dav | |
org.tmatesoft.svn.core.internal.io.dav.handlers | |
org.tmatesoft.svn.core.internal.io.fs | |
org.tmatesoft.svn.core.internal.io.svn | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNAnnotationGenerator
The SVNAnnotationGenerator class is used to annotate files - that is
to place author and revision information in-line for the specified
file.
|
Modifier and Type | Method and Description |
---|---|
protected int |
DAVRepository.getFileRevisionsImpl(String path,
long startRevision,
long endRevision,
boolean includeMergedRevisions,
ISVNFileRevisionHandler handler) |
Constructor and Description |
---|
DAVFileRevisionHandler(ISVNFileRevisionHandler handler) |
Modifier and Type | Method and Description |
---|---|
int |
FSFileRevisionsFinder.getFileRevisions(String path,
long startRevision,
long endRevision,
boolean includeMergedRevisions,
ISVNFileRevisionHandler handler) |
protected int |
FSRepository.getFileRevisionsImpl(String path,
long startRevision,
long endRevision,
boolean includeMergedRevisions,
ISVNFileRevisionHandler handler) |
Modifier and Type | Method and Description |
---|---|
protected int |
SVNRepositoryImpl.getFileRevisionsImpl(String path,
long startRevision,
long endRevision,
boolean includeMergedRevisions,
ISVNFileRevisionHandler handler) |
Modifier and Type | Method and Description |
---|---|
int |
SVNRepository.getFileRevisions(String path,
long startRevision,
long endRevision,
boolean includeMergedRevisions,
ISVNFileRevisionHandler handler)
Retrieves interesting file revisions for the specified file with possibility to include merged revisions.
|
int |
SVNRepository.getFileRevisions(String path,
long startRevision,
long endRevision,
ISVNFileRevisionHandler handler)
Retrieves interesting file revisions for the specified file.
|
protected abstract int |
SVNRepository.getFileRevisionsImpl(String path,
long startRevision,
long endRevision,
boolean includeMergedRevisions,
ISVNFileRevisionHandler handler) |
Copyright © 2024. All rights reserved.