Uses of Interface
org.tmatesoft.svn.util.ISVNDebugLog
Packages that use ISVNDebugLog
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides an implementation of the native Subversion javahl
binding interface SVNClientInterface that is distributed within
the org.tigris.subversion.javahl package.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
This package provides API for administrative managing Subversion repositories on a local machine.
This package gives an advantage to write annotation, status and log
information in xml format to any SAX ContentHandler implementation.
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.util
Classes in org.tmatesoft.svn.core.internal.util that implement ISVNDebugLogFields in org.tmatesoft.svn.core.internal.util declared as ISVNDebugLogConstructors in org.tmatesoft.svn.core.internal.util with parameters of type ISVNDebugLog -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.util.jna
Fields in org.tmatesoft.svn.core.internal.util.jna declared as ISVNDebugLogModifier and TypeFieldDescriptionprivate ISVNDebugLog
DebugProxyISVNCLibrary.myDebugLog
private final ISVNDebugLog
DebugProxyISVNGLibrary.myDebugLog
private final ISVNDebugLog
DebugProxyISVNGnomeKeyringLibrary.myDebugLog
private final ISVNDebugLog
DebugProxyISVNKernel32Library.myDebugLog
private final ISVNDebugLog
DebugProxyISVNMacOsCFLibrary.myDebugLog
private final ISVNDebugLog
DebugProxyISVNMacOsSecurityLibrary.myDebugLog
private final ISVNDebugLog
DebugProxyISVNSecurityLibrary.myDebugLog
private final ISVNDebugLog
DebugProxyISVNWin32Library.myDebugLog
private final ISVNDebugLog
DebugProxyISVNWinCryptLibrary.myDebugLog
Constructors in org.tmatesoft.svn.core.internal.util.jna with parameters of type ISVNDebugLogModifierConstructorDescriptionDebugProxyISVNCLibrary
(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) -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNDebugLogMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDebugLogModifier and TypeMethodDescriptionstatic ISVNEditor
SVNCancellableEditor.newInstance
(ISVNEditor editor, ISVNCanceller cancel, ISVNDebugLog log) Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDebugLogModifierConstructorDescriptionprivate
SVNCancellableEditor
(ISVNEditor delegate, ISVNCanceller cancel, ISVNDebugLog log) -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.wc.admin
Fields in org.tmatesoft.svn.core.internal.wc.admin declared as ISVNDebugLogConstructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNDebugLogModifierConstructorDescriptionSVNReporter
(SVNAdminAreaInfo info, File file, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, ISVNDebugLog log) -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.wc16
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNDebugLogMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNDebugLogModifier and TypeMethodDescriptionSVNBasicDelegate.getDebugLog()
Returns the debug logger currently in use.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNDebugLogModifier and TypeMethodDescriptionvoid
SVNBasicDelegate.setDebugLog
(ISVNDebugLog log) Sets a logger to write debug log information to.void
SVNMoveClient16.setDebugLog
(ISVNDebugLog log) -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.wc17
Constructors in org.tmatesoft.svn.core.internal.wc17 with parameters of type ISVNDebugLogModifierConstructorDescriptionSVNReporter17
(File path, SVNWCContext wcContext, boolean restoreFiles, boolean useDepthCompatibilityTrick, SVNDepth depth, boolean lockOnDemand, boolean isStatus, boolean isHonorDepthExclude, boolean isUseCommitTimes, ISVNDebugLog log) -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNDebugLog -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNDebugLogMethods in org.tmatesoft.svn.core.io that return ISVNDebugLogModifier and TypeMethodDescriptionSVNRepository.getDebugLog()
Returns the debug logger currently in use.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNDebugLogModifier and TypeMethodDescriptionvoid
SVNRepository.setDebugLog
(ISVNDebugLog log) Sets a logger to write debug log information to. -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.javahl
Classes in org.tmatesoft.svn.core.javahl that implement ISVNDebugLogModifier and TypeClassDescriptionclass
class
class
Methods in org.tmatesoft.svn.core.javahl that return ISVNDebugLogMethods in org.tmatesoft.svn.core.javahl with parameters of type ISVNDebugLogModifier and TypeMethodDescriptionvoid
JavaHLCompositeLog.addLogger
(ISVNDebugLog debugLog) private static Boolean
JavaHLCompositeLog.checkTracing
(ISVNDebugLog log) void
JavaHLCompositeLog.removeLogger
(ISVNDebugLog debugLog) -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.javahl17
Classes in org.tmatesoft.svn.core.javahl17 that implement ISVNDebugLogMethods in org.tmatesoft.svn.core.javahl17 that return ISVNDebugLog -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.wc
Fields in org.tmatesoft.svn.core.wc declared as ISVNDebugLogModifier and TypeFieldDescriptionprivate ISVNDebugLog
SVNBasicClient.debugLog
private ISVNDebugLog
DefaultSVNRepositoryPool.myDebugLog
private ISVNDebugLog
SVNClientManager.myDebugLog
Methods in org.tmatesoft.svn.core.wc that return ISVNDebugLogModifier and TypeMethodDescriptionSVNBasicClient.getDebugLog()
Returns the debug logger currently in use.SVNClientManager.getDebugLog()
Returns the debug logger currently in use.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNDebugLogModifier and TypeMethodDescriptionvoid
DefaultSVNRepositoryPool.setDebugLog
(ISVNDebugLog log) Sets a debug logger to be used in allSVNRepository
objects produced by this pool.void
ISVNRepositoryPool.setDebugLog
(ISVNDebugLog log) Updates debug log instance referenced bySVNRepository
objects currently in the pool.void
SVNBasicClient.setDebugLog
(ISVNDebugLog log) Sets a logger to write debug log information to.void
SVNClientManager.setDebugLog
(ISVNDebugLog log) Sets a logger to write debug log information to. -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.wc.admin
Fields in org.tmatesoft.svn.core.wc.admin declared as ISVNDebugLogModifier and TypeFieldDescriptionprivate ISVNDebugLog
SVNAdminBasicClient.myDebugLog
private ISVNDebugLog
SVNReplayHandler.myDebugLog
Methods in org.tmatesoft.svn.core.wc.admin that return ISVNDebugLogModifier and TypeMethodDescriptionSVNAdminBasicClient.getDebugLog()
Returns the debug logger currently in use.Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNDebugLogModifier and TypeMethodDescriptionvoid
SVNAdminBasicClient.setDebugLog
(ISVNDebugLog log) Sets a logger to write debug log information to.Constructors in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNDebugLogModifierConstructorDescriptionSVNReplayHandler
(SVNRepository targetRepository, boolean hasCommitRevPropsCapability, ISVNLogEntryHandler logEntryHandler, ISVNDebugLog debugLog, ISVNEventHandler canceller, SVNAdminClient adminClient) Creates a new replay handler. -
Uses of ISVNDebugLog in org.tmatesoft.svn.core.wc.xml
Fields in org.tmatesoft.svn.core.wc.xml declared as ISVNDebugLogMethods in org.tmatesoft.svn.core.wc.xml that return ISVNDebugLogConstructors in org.tmatesoft.svn.core.wc.xml with parameters of type ISVNDebugLogModifierConstructorDescriptionprotected
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. -
Uses of ISVNDebugLog in org.tmatesoft.svn.util
Classes in org.tmatesoft.svn.util that implement ISVNDebugLogFields in org.tmatesoft.svn.util declared as ISVNDebugLogMethods in org.tmatesoft.svn.util that return ISVNDebugLogMethods in org.tmatesoft.svn.util with parameters of type ISVNDebugLog