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.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.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 |
Modifier and Type | Field and Description |
---|---|
private ISVNDebugLog |
SVNLogStream.myLog |
Constructor and Description |
---|
SVNLogStream(ISVNDebugLog log,
boolean write) |
Modifier and Type | Field and Description |
---|---|
private ISVNDebugLog |
DebugProxyISVNGLibrary.myDebugLog |
private ISVNDebugLog |
DebugProxyISVNKernel32Library.myDebugLog |
private ISVNDebugLog |
DebugProxyISVNWin32Library.myDebugLog |
private ISVNDebugLog |
DebugProxyISVNSecurityLibrary.myDebugLog |
private ISVNDebugLog |
DebugProxyISVNGnomeKeyringLibrary.myDebugLog |
private ISVNDebugLog |
DebugProxyISVNWinCryptLibrary.myDebugLog |
private ISVNDebugLog |
DebugProxyISVNMacOsCFLibrary.myDebugLog |
private ISVNDebugLog |
DebugProxyISVNCLibrary.myDebugLog |
private ISVNDebugLog |
DebugProxyISVNMacOsSecurityLibrary.myDebugLog |
Constructor and Description |
---|
DebugProxyISVNCLibrary(ISVNCLibrary library,
ISVNDebugLog debugLog) |
DebugProxyISVNGLibrary(ISVNGLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNGnomeKeyringLibrary(ISVNGnomeKeyringLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNKernel32Library(ISVNKernel32Library myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNMacOsCFLibrary(ISVNMacOsCFLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNMacOsSecurityLibrary(ISVNMacOsSecurityLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNSecurityLibrary(ISVNSecurityLibrary myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNWin32Library(ISVNWin32Library myLibrary,
ISVNDebugLog myDebugLog) |
DebugProxyISVNWinCryptLibrary(ISVNWinCryptLibrary myLibrary,
ISVNDebugLog myDebugLog) |
Modifier and Type | Field and Description |
---|---|
private ISVNDebugLog |
SVNCancellableEditor.myLog |
Modifier and Type | Method and Description |
---|---|
static ISVNEditor |
SVNCancellableEditor.newInstance(ISVNEditor editor,
ISVNCanceller cancel,
ISVNDebugLog log) |
Constructor and Description |
---|
SVNCancellableEditor(ISVNEditor delegate,
ISVNCanceller cancel,
ISVNDebugLog log) |
Modifier and Type | Field and Description |
---|---|
private ISVNDebugLog |
SVNReporter.myLog |
Constructor and Description |
---|
SVNReporter(SVNAdminAreaInfo info,
java.io.File file,
boolean restoreFiles,
boolean useDepthCompatibilityTrick,
SVNDepth depth,
boolean lockOnDemand,
boolean isStatus,
boolean isHonorDepthExclude,
ISVNDebugLog log) |
Modifier and Type | Field and Description |
---|---|
private ISVNDebugLog |
SVNBasicDelegate.myDebugLog |
Modifier and Type | Method and Description |
---|---|
ISVNDebugLog |
SVNBasicDelegate.getDebugLog()
Returns the debug logger currently in use.
|
Modifier and Type | Method and Description |
---|---|
void |
SVNMoveClient16.setDebugLog(ISVNDebugLog log) |
void |
SVNBasicDelegate.setDebugLog(ISVNDebugLog log)
Sets a logger to write debug log information to.
|
Constructor and Description |
---|
SVNReporter17(java.io.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 |
---|---|
private ISVNDebugLog |
SvnNgDiffSummarize.getDebugLog() |
Modifier and Type | Field and Description |
---|---|
private ISVNDebugLog |
SVNRepository.myDebugLog |
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) |
private static java.lang.Boolean |
JavaHLCompositeLog.checkTracing(ISVNDebugLog log) |
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 | Field and Description |
---|---|
private ISVNDebugLog |
SVNBasicClient.debugLog |
private ISVNDebugLog |
DefaultSVNRepositoryPool.myDebugLog |
private ISVNDebugLog |
SVNClientManager.myDebugLog |
Modifier and Type | Method and Description |
---|---|
ISVNDebugLog |
SVNClientManager.getDebugLog()
Returns the debug logger currently in use.
|
ISVNDebugLog |
SVNBasicClient.getDebugLog()
Returns the debug logger currently in use.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
Modifier and Type | Field and Description |
---|---|
private ISVNDebugLog |
SVNReplayHandler.myDebugLog |
private ISVNDebugLog |
SVNAdminBasicClient.myDebugLog |
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 | Field and Description |
---|---|
private ISVNDebugLog |
AbstractXMLHandler.myLog |
Modifier and Type | Method and Description |
---|---|
protected ISVNDebugLog |
AbstractXMLHandler.getDebugLog() |
Constructor and Description |
---|
AbstractXMLHandler(org.xml.sax.ContentHandler contentHandler,
ISVNDebugLog log) |
SVNXMLAnnotateHandler(org.xml.sax.ContentHandler contentHandler,
ISVNDebugLog log)
Creates a new annotation handler.
|
SVNXMLAnnotateHandler(org.xml.sax.ContentHandler contentHandler,
ISVNDebugLog log,
boolean isUseMergeHistory)
Creates a new annotation handler.
|
SVNXMLDirEntryHandler(org.xml.sax.ContentHandler saxHandler,
ISVNDebugLog log)
Creates a new handler.
|
SVNXMLInfoHandler(org.xml.sax.ContentHandler contentHandler,
ISVNDebugLog log)
Creates a new info handler.
|
SVNXMLLogHandler(org.xml.sax.ContentHandler contentHandler,
ISVNDebugLog log)
Creates a new log handler.
|
SVNXMLStatusHandler(org.xml.sax.ContentHandler saxHandler,
ISVNDebugLog log)
Creates a new status handler.
|
Modifier and Type | Class and Description |
---|---|
class |
SVNDebugLogAdapter |
Modifier and Type | Field and Description |
---|---|
private static ISVNDebugLog |
SVNDebugLog.ourDefaultLog |
Modifier and Type | Method and Description |
---|---|
static ISVNDebugLog |
SVNDebugLog.getDefaultLog() |
Modifier and Type | Method and Description |
---|---|
static void |
SVNDebugLog.setDefaultLog(ISVNDebugLog log) |