Modifier and Type | Class and Description |
---|---|
class |
AbstractSVNCommandEnvironment |
Modifier and Type | Class and Description |
---|---|
class |
SVNCommandEnvironment |
class |
SVNNotifyPrinter |
Modifier and Type | Class and Description |
---|---|
class |
SVNAdminCommandEnvironment |
class |
SVNAdminDumpCommand |
class |
SVNAdminListTransactionsCommand |
class |
SVNAdminLoadCommand |
class |
SVNAdminPackCommand |
class |
SVNAdminRecoverCommand |
class |
SVNAdminRemoveTransactionsCommand |
class |
SVNAdminUpgradeCommand |
class |
SVNAdminVerifyCommand |
Modifier and Type | Class and Description |
---|---|
class |
SVNDumpFilterCommandEnvironment |
class |
SVNDumpFilterExcludeCommand |
class |
SVNDumpFilterIncludeCommand |
Modifier and Type | Class and Description |
---|---|
class |
SVNLookCommandEnvironment |
Modifier and Type | Class and Description |
---|---|
class |
SVNSyncCommandEnvironment |
class |
SVNSyncCopyRevPropsCommand |
class |
SVNSyncInitializeCommand |
class |
SVNSyncSynchronizeCommand |
Modifier and Type | Class and Description |
---|---|
class |
SVNVersionCommandEnvironment |
Modifier and Type | Field and Description |
---|---|
static ISVNCanceller |
ISVNCanceller.NULL
Default implementation which never throws an
SVNCancelException (never cancels). |
Modifier and Type | Field and Description |
---|---|
private ISVNCanceller |
FSRecoverer.myCanceller |
private ISVNCanceller |
FSPacker.myCanceller |
Modifier and Type | Method and Description |
---|---|
static void |
FSRepositoryUtil.copy(java.io.InputStream src,
java.io.OutputStream dst,
ISVNCanceller canceller) |
Constructor and Description |
---|
FSRecoverer(FSFS owner,
ISVNCanceller canceller) |
Modifier and Type | Method and Description |
---|---|
private static java.net.Socket |
SVNSocketFactory._createSSLSocket(javax.net.ssl.KeyManager[] keyManagers,
javax.net.ssl.TrustManager trustManager,
java.lang.String host,
int port,
int connectTimeout,
int readTimeout,
ISVNCanceller cancel,
boolean withSNIsupport) |
static void |
SVNSocketFactory.connect(java.net.Socket socket,
java.net.InetSocketAddress address,
int timeout,
ISVNCanceller cancel) |
static java.net.Socket |
SVNSocketFactory.createPlainSocket(java.lang.String host,
int port,
int connectTimeout,
int readTimeout,
ISVNCanceller cancel) |
static java.net.Socket |
SVNSocketFactory.createSSLSocket(javax.net.ssl.KeyManager[] keyManagers,
javax.net.ssl.TrustManager trustManager,
java.lang.String host,
int port,
int connectTimeout,
int readTimeout,
ISVNCanceller cancel) |
Modifier and Type | Class and Description |
---|---|
class |
SVNCopyDriver |
class |
SVNMergeDriver |
Modifier and Type | Field and Description |
---|---|
private ISVNCanceller |
SVNCancellableEditor.myCancel |
private ISVNCanceller |
SVNDumpStreamParser.myCanceller |
private ISVNCanceller |
SVNCancellableOutputStream.myEventHandler |
Modifier and Type | Method and Description |
---|---|
static void |
SVNFileUtil.deleteAll(java.io.File dir,
boolean deleteDirs,
ISVNCanceller cancelBaton) |
static ISVNEditor |
SVNCancellableEditor.newInstance(ISVNEditor editor,
ISVNCanceller cancel,
ISVNDebugLog log) |
Constructor and Description |
---|
SVNCancellableEditor(ISVNEditor delegate,
ISVNCanceller cancel,
ISVNDebugLog log) |
SVNCancellableOutputStream(java.io.OutputStream out,
ISVNCanceller eventHandler) |
SVNDumpStreamParser(ISVNCanceller canceller) |
Modifier and Type | Class and Description |
---|---|
class |
SVNWCAccess |
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 | 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 | Field and Description |
---|---|
ISVNCanceller |
SVNWCContext.ConflictStatusWalker.canceller |
Modifier and Type | Method and Description |
---|---|
void |
SVNWCContext.invokeConflictResolver(java.io.File localAbsPath,
SVNSkel conflictSkel,
ISVNConflictHandler conflictHandler,
ISVNCanceller canceller) |
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 | Field and Description |
---|---|
private ISVNCanceller |
SvnDiffEditor.canceller |
Modifier and Type | Method and Description |
---|---|
private static void |
SvnNgDiffUtil.arbitraryDiffThisDir(SvnNgDiffUtil.ArbitraryDiffWalker diffWalker,
java.io.File localAbsPath,
SVNDepth depth,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
private static void |
SvnNgDiffUtil.doArbitraryDirsDiff(java.io.File localAbsPath1,
java.io.File localAbsPath2,
java.io.File rootAbsPath1,
java.io.File rootAbsPath2,
SVNDepth depth,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
private static void |
SvnNgDiffUtil.doArbitraryFilesDiff(java.io.File localAbsPath1,
java.io.File localAbsPath2,
java.io.File path,
boolean file1IsEmpty,
boolean file2IsEmpty,
SVNProperties originalPropertiesOverride,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
static void |
SvnNgDiffUtil.doArbitraryNodesDiff(SvnTarget target1,
SvnTarget target2,
SVNDepth depth,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
static void |
SvnNgDiffUtil.doDiffSummarizeReposWC(SvnTarget target1,
SVNRevision revision1,
SVNRevision pegRevision,
SvnTarget target2,
SVNRevision revision2,
boolean reverse,
SvnNgRepositoryAccess repositoryAccess,
SVNWCContext context,
boolean useGitDiffFormat,
SVNDepth depth,
boolean useAncestry,
java.util.Collection<java.lang.String> changelists,
boolean showCopiesAsAdds,
ISvnDiffGenerator generator,
ISVNDiffStatusHandler handler,
ISVNCanceller canceller) |
static void |
SvnNgDiffUtil.doDiffWCWC(java.io.File localAbsPath,
SvnNgRepositoryAccess repositoryAccess,
SVNWCContext context,
SVNDepth depth,
boolean useAncestry,
java.util.Collection<java.lang.String> changelists,
boolean showCopiesAsAdds,
boolean useGitDiffFormat,
ISvnDiffGenerator generator,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
private static void |
SvnNgDiffUtil.visit(java.io.File localAbsPath,
SVNFileType type,
SvnNgDiffUtil.ArbitraryDiffWalker diffWalker,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
private static void |
SvnNgDiffUtil.walkDirectory(java.io.File localAbsPath,
SvnNgDiffUtil.ArbitraryDiffWalker diffWalker,
SVNWCContext context,
ISvnDiffCallback callback,
ISVNCanceller canceller) |
Constructor and Description |
---|
SvnDiffEditor(java.io.File anchorAbspath,
java.lang.String target,
ISvnDiffCallback callback,
SVNDepth depth,
SVNWCContext context,
boolean reverseOrder,
boolean useTextBase,
boolean showCopiesAsAdds,
boolean ignoreAncestry,
java.util.Collection<java.lang.String> changelists,
boolean useGitDiffFormat,
ISVNCanceller canceller) |
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 | Method and Description |
---|---|
protected int |
SvnTargetContent.scanForMatch(SvnDiffHunk hunk,
boolean matchFirst,
int upperLine,
int fuzz,
boolean ignoreWhitespace,
boolean matchModified,
ISVNCanceller canceller) |
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 | Field and Description |
---|---|
private ISVNCanceller |
SVNRepository.myCanceller |
Modifier and Type | Method and Description |
---|---|
ISVNCanceller |
SVNRepository.getCanceller()
Returns the canceller, stored in this object.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.setCanceller(ISVNCanceller canceller)
Sets a canceller to this object.
|
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 | Interface and Description |
---|---|
interface |
ISVNEventHandler
The ISVNEventHandler interface should be implemented in
order to be further provided to an SVN*Client
object as a handler of a sequence of events generated by
SVN*Client's do*() methods.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNEventAdapter
SVNEventAdapter is an adapter class for
ISVNEventHandler . |
Modifier and Type | Field and Description |
---|---|
private ISVNCanceller |
DefaultSVNRepositoryPool.myCanceller |
Modifier and Type | Method and Description |
---|---|
void |
SVNClientManager.setCanceller(ISVNCanceller canceller)
Sets a canceller to this client manager.
|
void |
ISVNRepositoryPool.setCanceller(ISVNCanceller canceller)
Updates canceller instance referenced by
SVNRepository objects
currently in the pool. |
void |
DefaultSVNRepositoryPool.setCanceller(ISVNCanceller canceller)
Sets a canceller to be used in all
SVNRepository objects produced by this
pool. |
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 | Field and Description |
---|---|
private ISVNCanceller |
SvnOperationFactory.canceller |
Modifier and Type | Method and Description |
---|---|
ISVNCanceller |
ISvnOperationOptionsProvider.getCanceller()
Gets the cancel handler of the operation.
|
ISVNCanceller |
SvnOperation.getCanceller()
Gets the cancel handler of the operation, provided by
SvnOperationFactory.getCanceller() . |
ISVNCanceller |
SvnOperationFactory.getCanceller()
Gets the cancel handler of the operation.
|
Modifier and Type | Method and Description |
---|---|
void |
SvnOperationFactory.setCanceller(ISVNCanceller canceller)
Sets the cancel handler of the operation.
|