Package | Description |
---|---|
org.tmatesoft.svn.cli.svn | |
org.tmatesoft.svn.cli.svnadmin | |
org.tmatesoft.svn.cli.svndumpfilter | |
org.tmatesoft.svn.cli.svnsync | |
org.tmatesoft.svn.core |
This package mostly contains common classes as well as interfaces used
throughout all the library.
|
org.tmatesoft.svn.core.internal.wc | |
org.tmatesoft.svn.core.internal.wc.admin | |
org.tmatesoft.svn.core.internal.wc16 | |
org.tmatesoft.svn.core.internal.wc17 | |
org.tmatesoft.svn.core.internal.wc17.db | |
org.tmatesoft.svn.core.internal.wc2 | |
org.tmatesoft.svn.core.internal.wc2.admin | |
org.tmatesoft.svn.core.internal.wc2.ng | |
org.tmatesoft.svn.core.internal.wc2.old | |
org.tmatesoft.svn.core.internal.wc2.remote | |
org.tmatesoft.svn.core.javahl |
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
|
org.tmatesoft.svn.core.javahl17 | |
org.tmatesoft.svn.core.replicator |
This package provides classes that allow to replicate existing
repositories.
|
org.tmatesoft.svn.core.wc |
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
|
org.tmatesoft.svn.core.wc.admin |
This package provides API for administrative managing Subversion repositories on a local machine.
|
org.tmatesoft.svn.core.wc2 |
NEW: this package contains command-style API to perform most of
Subversion operations on the level of abstraction similar to that of the
command line client.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNNotifyPrinter |
Modifier and Type | Class and Description |
---|---|
class |
SVNAdminDumpCommand |
class |
SVNAdminListTransactionsCommand |
class |
SVNAdminLoadCommand |
class |
SVNAdminPackCommand |
class |
SVNAdminRecoverCommand |
class |
SVNAdminRemoveTransactionsCommand |
class |
SVNAdminUpgradeCommand |
class |
SVNAdminVerifyCommand |
Modifier and Type | Class and Description |
---|---|
class |
SVNDumpFilterExcludeCommand |
class |
SVNDumpFilterIncludeCommand |
Modifier and Type | Class and Description |
---|---|
class |
SVNSyncCopyRevPropsCommand |
class |
SVNSyncInitializeCommand |
class |
SVNSyncSynchronizeCommand |
Constructor and Description |
---|
SVNAnnotationGenerator(String path,
File tmpDirectory,
long startRevision,
boolean force,
boolean includeMergedRevisions,
SVNDiffOptions diffOptions,
String encoding,
ISVNAnnotateHandler handler,
ISVNEventHandler cancelBaton)
Constructs an annotation generator object.
|
SVNAnnotationGenerator(String path,
File tmpDirectory,
long startRevision,
boolean force,
ISVNEventHandler cancelBaton)
Constructs an annotation generator object.
|
SVNAnnotationGenerator(String path,
File tmpDirectory,
long startRevision,
boolean force,
SVNDiffOptions diffOptions,
ISVNEventHandler cancelBaton)
Constructs an annotation generator object.
|
SVNAnnotationGenerator(String path,
File tmpDirectory,
long startRevision,
ISVNEventHandler cancelBaton)
Constructs an annotation generator object.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNCopyDriver |
class |
SVNMergeDriver |
Modifier and Type | Field and Description |
---|---|
protected ISVNEventHandler |
SVNRemoteDiffEditor.myCancelHandler |
protected ISVNEventHandler |
SVNRemoteDiffEditor.myEventHandler |
Modifier and Type | Method and Description |
---|---|
static void |
SVNWCManager.canDelete(File path,
ISVNOptions options,
ISVNEventHandler eventHandler) |
static SVNCommitInfo |
SVNCommitter.commit(Collection tmpFiles,
Map commitItems,
SVNURL url,
ISVNEditor commitEditor,
ISVNEventHandler eventHandler) |
static void |
SVNFileUtil.copyDirectory(File srcDir,
File dstDir,
boolean copyAdminDir,
ISVNEventHandler cancel) |
static void |
SVNFileUtil.deleteAll(File dir,
ISVNEventHandler cancelBaton) |
static SVNRevisionStatus |
SVNStatusUtil.getRevisionStatus(File wcPath,
String trailURL,
boolean committed,
ISVNEventHandler eventHandler) |
Constructor and Description |
---|
SVNExportEditor(ISVNEventHandler eventDispatcher,
String url,
File dstPath,
boolean force,
String eolStyle,
boolean expandKeywords,
String repositoryRootUrl,
ISVNOptions options) |
SVNNodeEditor(FSFS fsfs,
FSRoot baseRoot,
ISVNEventHandler handler) |
SVNRemoteDiffEditor(SVNAdminArea adminArea,
File target,
AbstractDiffCallback callback,
SVNRepository repos,
long revision1,
long revision2,
boolean dryRun,
ISVNEventHandler handler,
ISVNEventHandler cancelHandler) |
Modifier and Type | Class and Description |
---|---|
class |
SVNWCAccess |
Modifier and Type | Method and Description |
---|---|
ISVNEventHandler |
SVNWCAccess.getEventHandler() |
Modifier and Type | Method and Description |
---|---|
static SVNWCAccess |
SVNWCAccess.newInstance(ISVNEventHandler eventHandler) |
void |
SVNWCAccess.setEventHandler(ISVNEventHandler handler) |
Modifier and Type | Class and Description |
---|---|
class |
SVNBasicDelegate
The SVNBasicClient is the base class of all SVN*Client
classes that provides a common interface and realization.
|
class |
SVNChangelistClient16
The SVNChangelistClient provides API for managing changelists.
|
class |
SVNCommitClient16
The SVNCommitClient class provides methods to perform operations that
relate to committing changes to an SVN repository.
|
class |
SVNCopyClient16
The SVNCopyClient provides methods to perform any kinds of copying and
moving that SVN supports - operating on both Working Copies (WC) and URLs.
|
class |
SVNDiffClient16
The SVNDiffClient class provides methods allowing to get differences
between versioned items ('diff' operation) as well as ones intended for
merging file contents.
|
class |
SVNLogClient16
The SVNLogClient class is intended for such purposes as getting
revisions history, browsing repository entries and annotating file contents.
|
class |
SVNMoveClient16
The SVNMoveClient provides an extra client-side functionality over
standard (i.e.
|
class |
SVNStatusClient16
The SVNStatusClient class provides methods for obtaining information
on the status of Working Copy items.
|
class |
SVNUpdateClient16
This class provides methods which allow to check out, update, switch and
relocate a Working Copy as well as export an unversioned directory or file
from a repository.
|
class |
SVNWCClient16
The SVNWCClient class combines a number of version control operations
mainly intended for local work with Working Copy items.
|
Modifier and Type | Method and Description |
---|---|
protected ISVNEventHandler |
SVNBasicDelegate.getEventDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
SVNBasicDelegate.setEventHandler(ISVNEventHandler dispatcher)
Sets an event handler for this object.
|
void |
SVNMoveClient16.setEventHandler(ISVNEventHandler dispatcher) |
Modifier and Type | Class and Description |
---|---|
class |
SVNLogClient17
The SVNLogClient class is intended for such purposes as getting
revisions history, browsing repository entries and annotating file contents.
|
Modifier and Type | Method and Description |
---|---|
ISVNEventHandler |
SVNWCContext.getEventHandler() |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCContext.pushEventHandler(ISVNEventHandler handler) |
void |
SVNWCContext.setEventHandler(ISVNEventHandler handler) |
Constructor and Description |
---|
SVNWCContext(ISVNOptions config,
ISVNEventHandler eventHandler) |
SVNWCContext(ISVNWCDb.SVNWCDbOpenMode mode,
ISVNOptions config,
boolean autoUpgrade,
boolean enforceEmptyWQ,
ISVNEventHandler eventHandler) |
SVNWCContext(ISVNWCDb db,
ISVNEventHandler eventHandler) |
Modifier and Type | Method and Description |
---|---|
static void |
SvnWcDbRevert.notifyRevert(SVNWCContext context,
File localAbsPath,
ISVNEventHandler eventHandler) |
void |
ISVNWCDb.opBumpRevisionPostUpdate(File localAbsPath,
SVNDepth depth,
File newReposRelPath,
SVNURL newReposRootURL,
String newReposUUID,
long newRevision,
Collection<File> excludedPaths,
Map<File,Map<String,SVNProperties>> inheritableProperties,
ISVNEventHandler eventHandler) |
void |
SVNWCDb.opBumpRevisionPostUpdate(File localAbsPath,
SVNDepth depth,
File newReposRelPath,
SVNURL newReposRootURL,
String newReposUUID,
long newRevision,
Collection<File> excludedPaths,
Map<File,Map<String,SVNProperties>> inheritableProperties,
ISVNEventHandler eventHandler) |
void |
ISVNWCDb.opDelete(File localAbsPath,
File movedToAbsPath,
boolean deleteDirExternals,
SVNSkel conflict,
SVNSkel workItems,
ISVNEventHandler handler) |
void |
SVNWCDb.opDelete(File localAbsPath,
File movedToAbsPath,
boolean deleteDirExternals,
SVNSkel conflict,
SVNSkel workItems,
ISVNEventHandler eventHandler) |
void |
ISVNWCDb.opSetChangelist(File localAbsPath,
String changelistName,
String[] changeLists,
SVNDepth depth,
ISVNEventHandler handler)
use NULL to remove from a changelist.
|
void |
SVNWCDb.opSetChangelist(File localAbspath,
String changelistName,
String[] changeLists,
SVNDepth depth,
ISVNEventHandler eventHandler) |
void |
ISVNWCDb.resolveBreakMovedAway(File localAbsPath,
ISVNEventHandler eventHandler) |
void |
SVNWCDb.resolveBreakMovedAway(File localAbsPath,
ISVNEventHandler eventHandler) |
void |
ISVNWCDb.resolveDeleteRaiseMovedAway(File localAbsPath,
ISVNEventHandler eventHandler) |
void |
SVNWCDb.resolveDeleteRaiseMovedAway(File localAbsPath,
ISVNEventHandler eventHandler) |
static void |
SvnWcDbChangelist.setChangelist(SVNWCDbRoot root,
File localRelPath,
String changelistName,
String[] changeLists,
SVNDepth depth,
ISVNEventHandler eventHandler) |
void |
ISVNWCDb.updateMovedAwayConflictVictim(File victimAbsPath,
ISVNEventHandler eventHandler) |
void |
SVNWCDb.updateMovedAwayConflictVictim(File victimAbsPath,
ISVNEventHandler eventHandler) |
void |
SVNWCDb.updateMoveListNotify(SVNWCDbRoot wcRoot,
long oldRevision,
long newRevision,
ISVNEventHandler eventHandler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnLocalOperationRunner<V,T extends SvnOperation<V>> |
class |
SvnOperationRunner<V,T extends SvnOperation<V>> |
class |
SvnRemoteOperationRunner<V,T extends SvnOperation<V>> |
Modifier and Type | Method and Description |
---|---|
static SvnNgRemoteDiffEditor |
SvnNgRemoteDiffEditor.createEditor(SVNWCContext context,
File target,
SVNDepth depth,
SVNRepository repository,
long revision,
boolean walkDeletedDirs,
boolean dryRun,
boolean pureRemoteDiff,
ISvnDiffCallback diffCallback,
ISVNEventHandler handler) |
static void |
SvnNgRemove.delete(SVNWCContext context,
File path,
File movedToAbsPath,
boolean keepLocal,
boolean deleteUnversioned,
ISVNEventHandler handler) |
static void |
SvnNgCommitUtil.harvestCommittables(SVNWCContext context,
File localAbsPath,
SvnCommitPacket committables,
Map<SVNURL,String> lockTokens,
SVNURL repositoryRootUrl,
File copyModeRelPath,
boolean copyModeRoot,
SVNDepth depth,
boolean justLocked,
Collection<String> changelists,
Map<File,File> danglers,
boolean skipFiles,
boolean skipDirs,
org.tmatesoft.svn.core.internal.wc2.ng.SvnNgCommitUtil.ISvnUrlKindCallback urlKindCallback,
ISvnCommitParameters commitParameters,
Map<File,String> externalsStorage,
ISVNEventHandler eventHandler) |
static void |
SvnNgRevert.restore(SVNWCContext context,
File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
boolean revertRoot,
ISVNEventHandler notifier) |
static void |
SvnNgRevert.restore(SVNWCContext context,
File localAbsPath,
SVNDepth depth,
boolean useCommitTimes,
boolean revertRoot,
ISVNEventHandler notifier,
Set<File> modifiedCopiesThatShouldBePreserved) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
String propertyName,
SVNPropertyValue propertyValue,
ISvnPropertyValueProvider pvProvider,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
String propertyName,
SVNPropertyValue propertyValue,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
String propertyName,
SVNPropertyValue propertyValue,
SVNDepth depth,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver,
Collection<String> changelists) |
static void |
SvnNgPropertiesManager.setProperty(SVNWCContext context,
File path,
SVNNodeKind kind,
String propertyName,
SVNPropertyValue value,
ISvnPropertyValueProvider pvProvider,
boolean skipChecks,
ISVNEventHandler eventHandler,
ISvnObjectReceiver<SVNPropertyData> receiver) |
static int |
SvnNgUpgradeSDb.upgrade(File wcRootAbsPath,
SVNWCDb db,
SVNSqlJetDb sDb,
int startFormat,
ISVNEventHandler eventHandler) |
Modifier and Type | Class and Description |
---|---|
class |
SvnOldAdd |
class |
SvnOldAnnotate |
class |
SvnOldCanonicalizeUrls |
class |
SvnOldCat |
class |
SvnOldCheckout |
class |
SvnOldCleanup |
class |
SvnOldCommit |
class |
SvnOldCopy |
class |
SvnOldDiff |
class |
SvnOldExport |
class |
SvnOldGetChangelistPaths |
class |
SvnOldGetInfo |
class |
SvnOldGetMergeInfo |
class |
SvnOldGetProperties |
class |
SvnOldGetStatus |
class |
SvnOldGetStatusSummary |
class |
SvnOldImport |
class |
SvnOldList |
class |
SvnOldLogMergeInfo |
class |
SvnOldMarkReplaced |
class |
SvnOldMerge |
class |
SvnOldRelocate |
class |
SvnOldRemoteCopy |
class |
SvnOldRemove |
class |
SvnOldResolve |
class |
SvnOldRevert |
class |
SvnOldRunner<V,T extends SvnOperation<V>> |
class |
SvnOldSetChangelist |
class |
SvnOldSetLock |
class |
SvnOldSetProperty |
class |
SvnOldSuggestMergeSources |
class |
SvnOldSwitch |
class |
SvnOldUnlock |
class |
SvnOldUpdate |
class |
SvnOldUpgrade |
Modifier and Type | Class and Description |
---|---|
class |
SvnNgReposToReposCopy |
class |
SvnRemoteAnnotate |
class |
SvnRemoteCat |
class |
SvnRemoteDiff |
class |
SvnRemoteExport |
class |
SvnRemoteGetInfo |
class |
SvnRemoteGetProperties |
class |
SvnRemoteGetRevisionProperties |
class |
SvnRemoteList |
class |
SvnRemoteLog |
class |
SvnRemoteRemoteDelete |
class |
SvnRemoteRemoteMkDir |
class |
SvnRemoteSetLock |
class |
SvnRemoteSetPropertyImpl |
class |
SvnRemoteSetRevisionProperty |
class |
SvnRemoteUnlock |
Modifier and Type | Method and Description |
---|---|
protected ISVNEventHandler |
SVNClientImpl.getEventListener() |
Modifier and Type | Class and Description |
---|---|
class |
JavaHLEventHandler |
Modifier and Type | Class and Description |
---|---|
class |
SVNRepositoryReplicator
The SVNRepositoryReplicator class provides an ability to
make a copy of an existing repository.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNEventAdapter
SVNEventAdapter is an adapter class for
ISVNEventHandler . |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientManager.setEventHandler(ISVNEventHandler handler)
Sets an event handler to all SVN*Client objects
created and kept by this SVNClientManager.
|
void |
SVNBasicClient.setEventHandler(ISVNEventHandler dispatcher)
Sets an event handler for this object.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ISVNAdminEventHandler
The ISVNAdminEventHandler is used in several methods of SVNAdminClient
to notify callers of operation progress.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNAdminBasicClient
The SVNBasicClient is the base class of all
SVN*Client classes that provides a common interface
and realization.
|
class |
SVNAdminClient
The SVNAdminClient class provides methods that brings repository-side functionality
and repository synchronizing features.
|
class |
SVNAdminEventAdapter
SVNAdminEventAdapter is an adapter class for
ISVNAdminEventHandler . |
class |
SVNLookClient
The SVNLookClient class provides API for examining
different aspects of a Subversion repository.
|
Modifier and Type | Method and Description |
---|---|
protected ISVNEventHandler |
SVNAdminBasicClient.getEventDispatcher() |
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminBasicClient.setEventHandler(ISVNEventHandler dispatcher)
Sets an event handler for this object.
|
void |
SVNAdminClient.setEventHandler(ISVNEventHandler handler)
Sets an event handler for this object.
|
Constructor and Description |
---|
SVNReplayHandler(SVNRepository targetRepository,
boolean hasCommitRevPropsCapability,
ISVNLogEntryHandler logEntryHandler,
ISVNDebugLog debugLog,
ISVNEventHandler canceller,
SVNAdminClient adminClient)
Creates a new replay handler.
|
Modifier and Type | Method and Description |
---|---|
ISVNEventHandler |
ISvnOperationOptionsProvider.getEventHandler()
Gets the event handler for the operation.
|
ISVNEventHandler |
SvnOperationFactory.getEventHandler()
Gets the event handler for the operation.
|
ISVNEventHandler |
SvnOperation.getEventHandler()
Gets the event handler for the operation, provided by
SvnOperationFactory.getEventHandler() . |
Modifier and Type | Method and Description |
---|---|
void |
SvnOperationFactory.setEventHandler(ISVNEventHandler eventHandler)
Sets the event handler for the operation.
|
Copyright © 2022. All rights reserved.