| Package | Description |
|---|---|
| org.tmatesoft.svn.core.internal.io.fs | |
| org.tmatesoft.svn.core.internal.io.svn | |
| org.tmatesoft.svn.core.internal.wc | |
| org.tmatesoft.svn.core.internal.wc.admin | |
| org.tmatesoft.svn.core.internal.wc17 | |
| org.tmatesoft.svn.core.internal.wc17.db | |
| 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 |
FSRepository |
class |
FSTranslateReporter |
| Modifier and Type | Class and Description |
|---|---|
class |
SVNRepositoryImpl |
| Modifier and Type | Class and Description |
|---|---|
class |
SVNStatusReporter |
| Modifier and Type | Field and Description |
|---|---|
private ISVNReporter |
SVNStatusReporter.myReporter |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNStatusReporter.report(ISVNReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNReporter.report(ISVNReporter reporter) |
private void |
SVNReporter.reportEntries(ISVNReporter reporter,
SVNAdminArea adminArea,
java.lang.String dirPath,
long dirRevision,
boolean reportAll,
SVNDepth depth) |
| Modifier and Type | Class and Description |
|---|---|
class |
SVNStatusReporter17 |
| Modifier and Type | Field and Description |
|---|---|
private ISVNReporter |
SVNStatusReporter17.reporter |
| Modifier and Type | Method and Description |
|---|---|
void |
SVNReporter17.report(ISVNReporter reporter) |
void |
SVNStatusReporter17.report(ISVNReporter reporter) |
private void |
SVNReporter17.reportRevisionsAndDepths(SVNWCDbRoot root,
java.io.File dirPath,
java.io.File dirLocalRelPath,
java.io.File reportRelPath,
long dirRev,
java.io.File dirReposRelPath,
SVNURL dirReposRoot,
SVNDepth dirDepth,
ISVNReporter reporter,
boolean restoreFiles,
SVNDepth depth,
boolean reportEverything) |
| Modifier and Type | Method and Description |
|---|---|
void |
SvnExternalFileReporter.report(ISVNReporter reporter) |
| Modifier and Type | Method and Description |
|---|---|
void |
ISVNReporterBaton.report(ISVNReporter reporter)
Makes a report describing the state of local items in order
to get the differences between the local items and what actually
is in a repository.
|