Package | Description |
---|---|
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.internal.wc | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
org.tmatesoft.svn.core.replicator |
This package provides classes that allow to replicate existing
repositories.
|
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
Modifier and Type | Method and Description |
---|---|
ISVNEditor |
DAVRepository.getCommitEditor(String logMessage,
Map locks,
boolean keepLocks,
ISVNWorkspaceMediator mediator) |
protected ISVNEditor |
DAVRepository.getCommitEditorInternal(Map locks,
boolean keepLocks,
SVNProperties revProps,
ISVNWorkspaceMediator mediator) |
Modifier and Type | Method and Description |
---|---|
void |
DAVRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
SVNDepth depth,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
DAVRepository.replay(long lowRevision,
long highRevision,
boolean sendDeltas,
ISVNEditor editor) |
static void |
DAVUtil.setSpecialWCProperties(ISVNEditor editor,
boolean isDir,
String path,
DAVElement property,
SVNPropertyValue propValue) |
void |
DAVRepository.status(long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
DAVRepository.update(long revision,
String target,
SVNDepth depth,
boolean sendCopyFromArgs,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
DAVRepository.update(SVNURL url,
long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
Modifier and Type | Field and Description |
---|---|
protected ISVNEditor |
DAVEditorHandler.myEditor |
Constructor and Description |
---|
DAVEditorHandler(IHTTPConnectionFactory connectionFactory,
DAVRepository owner,
ISVNEditor editor,
Map lockTokens,
boolean fetchContent,
boolean hasTarget,
ISVNWorkingCopyContentMediator workingCopyContentMediator) |
DAVReplayHandler(ISVNEditor editor,
boolean fetchContent) |
Modifier and Type | Class and Description |
---|---|
class |
FSCommitEditor |
Modifier and Type | Method and Description |
---|---|
ISVNEditor |
FSRepository.getCommitEditor(String logMessage,
Map locks,
boolean keepLocks,
ISVNWorkspaceMediator mediator) |
protected ISVNEditor |
FSRepository.getCommitEditorInternal(Map locks,
boolean keepLocks,
SVNProperties revProps,
ISVNWorkspaceMediator mediator) |
Modifier and Type | Method and Description |
---|---|
FSTranslateReporter |
FSRepository.beginReport(long revision,
SVNURL url,
String target,
boolean ignoreAncestry,
boolean sendTextDeltas,
boolean sendCopyFromArgs,
SVNDepth depth,
ISVNEditor editor) |
void |
FSRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
SVNDepth depth,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor) |
boolean |
FSReplayPathHandler.handleCommitPath(String path,
ISVNEditor editor) |
static void |
FSRepositoryUtil.replay(FSFS fsfs,
FSRoot root,
String basePath,
long lowRevision,
boolean sendDeltas,
ISVNEditor editor) |
void |
FSRepository.replay(long lowRevision,
long highRevision,
boolean sendDeltas,
ISVNEditor editor) |
void |
FSUpdateContext.reset(FSRepository repository,
FSFS owner,
long revision,
File reportFile,
String target,
String targetPath,
boolean isSwitch,
SVNDepth depth,
boolean ignoreAncestry,
boolean textDeltas,
boolean sendCopyFrom,
ISVNEditor editor) |
static void |
FSRepositoryUtil.sendTextDelta(ISVNEditor editor,
String editPath,
String sourcePath,
String hexDigest,
FSRevisionRoot sourceRoot,
String targetPath,
FSRoot targetRoot,
boolean sendDeltas,
SVNDeltaCombiner deltaCombiner,
SVNDeltaGenerator deltaGenerator,
FSFS fsfs) |
void |
FSRepository.status(long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
FSRepository.update(long revision,
String target,
SVNDepth depth,
boolean sendCopyFromArgs,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
FSRepository.update(SVNURL url,
long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
Constructor and Description |
---|
FSUpdateContext(FSRepository repository,
FSFS owner,
long revision,
File reportFile,
String target,
String targetPath,
boolean isSwitch,
SVNDepth depth,
boolean ignoreAncestry,
boolean textDeltas,
boolean sendCopyFromArgs,
ISVNEditor editor) |
Modifier and Type | Method and Description |
---|---|
ISVNEditor |
SVNRepositoryImpl.getCommitEditor(String logMessage,
Map locks,
boolean keepLocks,
ISVNWorkspaceMediator mediator) |
protected ISVNEditor |
SVNRepositoryImpl.getCommitEditorInternal(Map locks,
boolean keepLocks,
SVNProperties revProps,
ISVNWorkspaceMediator mediator) |
Modifier and Type | Method and Description |
---|---|
void |
SVNRepositoryImpl.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
SVNDepth depth,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
SVNRepositoryImpl.replay(long lowRevision,
long highRevision,
boolean sendDeltas,
ISVNEditor editor) |
void |
SVNRepositoryImpl.status(long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
SVNRepositoryImpl.update(long revision,
String target,
SVNDepth depth,
boolean sendCopyFromArgs,
ISVNReporterBaton reporter,
ISVNEditor editor) |
void |
SVNRepositoryImpl.update(SVNURL url,
long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor) |
Constructor and Description |
---|
SVNEditModeReader(SVNConnection connection,
ISVNEditor editor,
boolean forReplay) |
Modifier and Type | Interface and Description |
---|---|
interface |
ISVNReusableEditor |
interface |
ISVNUpdateEditor |
Modifier and Type | Class and Description |
---|---|
class |
SVNAmbientDepthFilterEditor |
class |
SVNCancellableEditor |
class |
SVNDepthFilterEditor |
class |
SVNDiffEditor |
class |
SVNDiffStatusEditor |
class |
SVNDumpEditor |
class |
SVNExportEditor |
class |
SVNNodeEditor |
class |
SVNRemoteDiffEditor |
class |
SVNRemoteStatusEditor |
class |
SVNSynchronizeEditor |
class |
SVNUpdateEditor |
class |
SVNUpdateEditor15 |
Modifier and Type | Method and Description |
---|---|
static ISVNEditor |
SVNDepthFilterEditor.getDepthFilterEditor(SVNDepth requestedDepth,
ISVNEditor delegate,
boolean hasTarget) |
static ISVNEditor |
SVNCancellableEditor.newInstance(ISVNEditor editor,
ISVNCanceller cancel,
ISVNDebugLog log) |
static ISVNEditor |
SVNAmbientDepthFilterEditor.wrap(ISVNEditor editor,
SVNAdminAreaInfo info,
boolean depthIsSticky) |
Modifier and Type | Method and Description |
---|---|
static SVNCommitInfo |
SVNCommitter.commit(Collection tmpFiles,
Map commitItems,
SVNURL url,
ISVNEditor commitEditor,
ISVNEventHandler eventHandler) |
static void |
SVNAdminHelper.deltifyDir(FSFS fsfs,
FSRevisionRoot srcRoot,
String srcParentDir,
String srcEntry,
FSRevisionRoot tgtRoot,
String tgtFullPath,
ISVNEditor editor) |
static void |
SVNCommitUtil.driveCommitEditor(ISVNCommitPathHandler handler,
Collection paths,
ISVNEditor editor,
long revision) |
static ISVNEditor |
SVNDepthFilterEditor.getDepthFilterEditor(SVNDepth requestedDepth,
ISVNEditor delegate,
boolean hasTarget) |
boolean |
SVNCommitter.handleCommitPath(String commitPath,
ISVNEditor commitEditor) |
boolean |
ISVNCommitPathHandler.handleCommitPath(String commitPath,
ISVNEditor commitEditor) |
static ISVNEditor |
SVNCancellableEditor.newInstance(ISVNEditor editor,
ISVNCanceller cancel,
ISVNDebugLog log) |
void |
SVNCommitter.sendTextDeltas(ISVNEditor editor) |
void |
SVNAdminDeltifier.setEditor(ISVNEditor editor) |
static ISVNEditor |
SVNAmbientDepthFilterEditor.wrap(ISVNEditor editor,
SVNAdminAreaInfo info,
boolean depthIsSticky) |
Constructor and Description |
---|
SVNAdminDeltifier(FSFS fsfs,
SVNDepth depth,
boolean includeEntryProperties,
boolean ignoreAncestry,
boolean sendTextDeltas,
ISVNEditor editor) |
Modifier and Type | Class and Description |
---|---|
class |
SVNAmbientDepthFilterEditor17 |
class |
SVNDiffEditor17 |
class |
SVNRemoteStatusEditor17 |
class |
SVNUpdateEditor17 |
Modifier and Type | Method and Description |
---|---|
static ISVNEditor |
SVNAmbientDepthFilterEditor17.wrap(SVNWCContext wcContext,
File anchor,
String target,
ISVNUpdateEditor editor,
boolean depthIsSticky) |
Modifier and Type | Method and Description |
---|---|
static SVNCommitInfo |
SVNCommitter17.commit(SVNWCContext context,
Collection<File> tmpFiles,
Map<String,SvnCommitItem> committables,
SVNURL repositoryRoot,
ISVNEditor commitEditor,
Map<File,SvnChecksum> md5Checksums,
Map<File,SvnChecksum> sha1Checksums) |
boolean |
SVNCommitter17.handleCommitPath(String commitPath,
ISVNEditor commitEditor) |
void |
SVNCommitter17.sendTextDeltas(ISVNEditor editor) |
Modifier and Type | Class and Description |
---|---|
class |
SvnExternalUpdateEditor |
Modifier and Type | Class and Description |
---|---|
class |
SvnDiffEditor |
class |
SvnNgRemoteDiffEditor |
class |
SvnNgRemoteDiffEditor2 |
class |
SvnNgRemoteMergeEditor |
Modifier and Type | Method and Description |
---|---|
ISVNEditor |
SVNRepository.getCommitEditor(String logMessage,
ISVNWorkspaceMediator mediator)
Gets an editor for committing changes to a repository.
|
abstract ISVNEditor |
SVNRepository.getCommitEditor(String logMessage,
Map locks,
boolean keepLocks,
ISVNWorkspaceMediator mediator)
Gets an editor for committing changes to a repository.
|
ISVNEditor |
SVNRepository.getCommitEditor(String logMessage,
Map locks,
boolean keepLocks,
SVNProperties revisionProperties,
ISVNWorkspaceMediator mediator)
Returns an editor for committing changes to the repository ession, setting the revision
properties from
revisionProperties table. |
protected abstract ISVNEditor |
SVNRepository.getCommitEditorInternal(Map locks,
boolean keepLocks,
SVNProperties revProps,
ISVNWorkspaceMediator mediator) |
ISVNEditor |
ISVNReplayHandler.handleStartRevision(long revision,
SVNProperties revisionProperties)
Handles the start of replaying a next revision and returns an editor through which the revision
will be replayed.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.checkout(long revision,
String target,
boolean recursive,
ISVNEditor editor)
Checks out a directory from a repository.
|
void |
SVNRepository.checkout(long revision,
String target,
SVNDepth depth,
ISVNEditor editor)
Checks out a directory from a repository to define
depth . |
void |
SVNRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
boolean recursive,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor)
|
void |
SVNRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
|
abstract void |
SVNRepository.diff(SVNURL url,
long targetRevision,
long revision,
String target,
boolean ignoreAncestry,
SVNDepth depth,
boolean getContents,
ISVNReporterBaton reporter,
ISVNEditor editor)
Asks this repository access object to 'diff' a working copy against
targetRevision . |
void |
SVNRepository.diff(SVNURL url,
long revision,
String target,
boolean ignoreAncestry,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
|
void |
ISVNReplayHandler.handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor)
Handles the end of replaying a next revision.
|
abstract void |
SVNRepository.replay(long lowRevision,
long revision,
boolean sendDeltas,
ISVNEditor editor)
Replays the changes from the specified revision through the given editor.
|
void |
SVNRepository.status(long revision,
String target,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
Gets status of a path.
|
abstract void |
SVNRepository.status(long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor)
Gets status of a path to the particular
depth as a scope. |
void |
SVNRepository.update(long revision,
String target,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
Updates a path receiving changes from a repository.
|
abstract void |
SVNRepository.update(long revision,
String target,
SVNDepth depth,
boolean sendCopyFromArgs,
ISVNReporterBaton reporter,
ISVNEditor editor)
Updates a path receiving changes from a repository.
|
void |
SVNRepository.update(SVNURL url,
long revision,
String target,
boolean recursive,
ISVNReporterBaton reporter,
ISVNEditor editor)
Deprecated.
|
abstract void |
SVNRepository.update(SVNURL url,
long revision,
String target,
SVNDepth depth,
ISVNReporterBaton reporter,
ISVNEditor editor)
Asks this repository access object to 'switch' a versioned tree to a new
url . |
Modifier and Type | Class and Description |
---|---|
class |
SVNReplicationEditor
The SVNReplicationEditor is an editor implementation used by a
repository replicator as a bridge between an update editor for the source
repository and a commit editor of the target one.
|
Constructor and Description |
---|
SVNReplicationEditor(SVNRepository repository,
ISVNEditor commitEditor,
SVNLogEntry revision)
Creates a new replication editor.
|
Modifier and Type | Method and Description |
---|---|
ISVNEditor |
SVNReplayHandler.handleStartRevision(long revision,
SVNProperties revisionProperties) |
Modifier and Type | Method and Description |
---|---|
void |
SVNReplayHandler.handleEndRevision(long revision,
SVNProperties revisionProperties,
ISVNEditor editor) |
Copyright © 2023. All rights reserved.