Package | Description |
---|---|
org.tmatesoft.svn.core.internal.util | |
org.tmatesoft.svn.core.internal.util.jna | |
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.io |
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
|
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.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.wc.xml |
This package gives an advantage to write annotation, status and log
information in xml format to any SAX ContentHandler implementation.
|
org.tmatesoft.svn.util |
Modifier and Type | Class and Description |
---|---|
class |
DefaultSVNDebugLogger |
Constructor and Description |
---|
SVNLogStream(ISVNDebugLog log,
boolean write) |
Constructor and Description |
---|
DebugProxyISVNCLibrary(org.tmatesoft.svn.core.internal.util.jna.ISVNCLibrary library,
ISVNDebugLog debugLog) |
DebugProxyISVNGLibrary(ISVNGLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNGnomeKeyringLibrary(ISVNGnomeKeyringLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNKernel32Library(org.tmatesoft.svn.core.internal.util.jna.ISVNKernel32Library myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNMacOsCFLibrary(ISVNMacOsCFLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNMacOsSecurityLibrary(org.tmatesoft.svn.core.internal.util.jna.ISVNMacOsSecurityLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNSecurityLibrary(ISVNSecurityLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNWin32Library(ISVNWin32Library myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNWinCryptLibrary(org.tmatesoft.svn.core.internal.util.jna.ISVNWinCryptLibrary myLibrary,
ISVNDebugLog myDebugLog) |
Modifier and Type | Method and Description |
---|---|
static ISVNEditor |
SVNCancellableEditor.newInstance(ISVNEditor editor,
ISVNCanceller cancel,
ISVNDebugLog log) |
Constructor and Description |
---|
SVNReporter(SVNAdminAreaInfo info,
File file,
boolean restoreFiles,
boolean useDepthCompatibilityTrick,
SVNDepth depth,
boolean lockOnDemand,
boolean isStatus,
boolean isHonorDepthExclude,
ISVNDebugLog log) |
Modifier and Type | Method and Description |
---|---|
ISVNDebugLog |
SVNBasicDelegate.getDebugLog()
Returns the debug logger currently in use.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNBasicDelegate.setDebugLog(ISVNDebugLog log)
Sets a logger to write debug log information to.
|
void |
SVNMoveClient16.setDebugLog(ISVNDebugLog log) |
Constructor and Description |
---|
SVNReporter17(File path,
SVNWCContext wcContext,
boolean restoreFiles,
boolean useDepthCompatibilityTrick,
SVNDepth depth,
boolean lockOnDemand,
boolean isStatus,
boolean isHonorDepthExclude,
boolean isUseCommitTimes,
ISVNDebugLog log) |
Modifier and Type | Method and Description |
---|---|
ISVNDebugLog |
SVNRepository.getDebugLog()
Returns the debug logger currently in use.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNRepository.setDebugLog(ISVNDebugLog log)
Sets a logger to write debug log information to.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaHLCompositeLog |
class |
JavaHLDebugLog |
Modifier and Type | Method and Description |
---|---|
ISVNDebugLog |
SVNClientImpl.getDebugLog() |
Modifier and Type | Method and Description |
---|---|
void |
JavaHLCompositeLog.addLogger(ISVNDebugLog debugLog) |
void |
JavaHLCompositeLog.removeLogger(ISVNDebugLog debugLog) |
Modifier and Type | Class and Description |
---|---|
class |
JavaHLProgressLog |
Modifier and Type | Method and Description |
---|---|
ISVNDebugLog |
SVNClientImpl.getDebugLog() |
Modifier and Type | Method and Description |
---|---|
ISVNDebugLog |
SVNBasicClient.getDebugLog()
Returns the debug logger currently in use.
|
ISVNDebugLog |
SVNClientManager.getDebugLog()
Returns the debug logger currently in use.
|
Modifier and Type | Method and Description |
---|---|
void |
ISVNRepositoryPool.setDebugLog(ISVNDebugLog log)
Updates debug log instance referenced by
SVNRepository objects
currently in the pool. |
void |
SVNBasicClient.setDebugLog(ISVNDebugLog log)
Sets a logger to write debug log information to.
|
void |
DefaultSVNRepositoryPool.setDebugLog(ISVNDebugLog log)
Sets a debug logger to be used in all
SVNRepository objects produced by this
pool. |
void |
SVNClientManager.setDebugLog(ISVNDebugLog log)
Sets a logger to write debug log information to.
|
Modifier and Type | Method and Description |
---|---|
ISVNDebugLog |
SVNAdminBasicClient.getDebugLog()
Returns the debug logger currently in use.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNAdminBasicClient.setDebugLog(ISVNDebugLog log)
Sets a logger to write debug log information to.
|
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 |
---|---|
protected ISVNDebugLog |
AbstractXMLHandler.getDebugLog() |
Constructor and Description |
---|
AbstractXMLHandler(ContentHandler contentHandler,
ISVNDebugLog log) |
SVNXMLAnnotateHandler(ContentHandler contentHandler,
ISVNDebugLog log)
Creates a new annotation handler.
|
SVNXMLAnnotateHandler(ContentHandler contentHandler,
ISVNDebugLog log,
boolean isUseMergeHistory)
Creates a new annotation handler.
|
SVNXMLDirEntryHandler(ContentHandler saxHandler,
ISVNDebugLog log)
Creates a new handler.
|
SVNXMLInfoHandler(ContentHandler contentHandler,
ISVNDebugLog log)
Creates a new info handler.
|
SVNXMLLogHandler(ContentHandler contentHandler,
ISVNDebugLog log)
Creates a new log handler.
|
SVNXMLStatusHandler(ContentHandler saxHandler,
ISVNDebugLog log)
Creates a new status handler.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNDebugLogAdapter |
Modifier and Type | Method and Description |
---|---|
static ISVNDebugLog |
SVNDebugLog.getDefaultLog() |
Modifier and Type | Method and Description |
---|---|
static void |
SVNDebugLog.setDefaultLog(ISVNDebugLog log) |
Copyright © 2018. All rights reserved.