Uses of Interface
org.tmatesoft.svn.util.ISVNDebugLog
-
Packages that use ISVNDebugLog 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 -
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.util
Classes in org.tmatesoft.svn.core.internal.util that implement ISVNDebugLog Modifier and Type Class Description class
DefaultSVNDebugLogger
Constructors in org.tmatesoft.svn.core.internal.util with parameters of type ISVNDebugLog Constructor Description SVNLogStream(ISVNDebugLog log, boolean write)
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.util.jna
Constructors in org.tmatesoft.svn.core.internal.util.jna with parameters of type ISVNDebugLog Constructor 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)
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDebugLog Modifier and Type Method Description static ISVNEditor
SVNCancellableEditor. newInstance(ISVNEditor editor, ISVNCanceller cancel, ISVNDebugLog log)
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.wc.admin
Constructors in org.tmatesoft.svn.core.internal.wc.admin with parameters of type ISVNDebugLog Constructor Description SVNReporter(SVNAdminAreaInfo info, java.io.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
Methods in org.tmatesoft.svn.core.internal.wc16 that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLog
SVNBasicDelegate. getDebugLog()
Returns the debug logger currently in use.Methods in org.tmatesoft.svn.core.internal.wc16 with parameters of type ISVNDebugLog Modifier and Type Method Description void
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 ISVNDebugLog Constructor Description SVNReporter17(java.io.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.io
Methods in org.tmatesoft.svn.core.io that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLog
SVNRepository. getDebugLog()
Returns the debug logger currently in use.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNDebugLog Modifier and Type Method Description void
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 ISVNDebugLog Modifier and Type Class Description class
JavaHLCompositeLog
class
JavaHLDebugLog
class
JavaHLProgressLog
Methods in org.tmatesoft.svn.core.javahl that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLog
SVNClientImpl. getDebugLog()
Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNDebugLog Modifier and Type Method Description void
JavaHLCompositeLog. addLogger(ISVNDebugLog debugLog)
void
JavaHLCompositeLog. removeLogger(ISVNDebugLog debugLog)
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.javahl17
Classes in org.tmatesoft.svn.core.javahl17 that implement ISVNDebugLog Modifier and Type Class Description class
JavaHLProgressLog
Methods in org.tmatesoft.svn.core.javahl17 that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLog
SVNClientImpl. getDebugLog()
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.wc
Methods in org.tmatesoft.svn.core.wc that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLog
SVNBasicClient. getDebugLog()
Returns the debug logger currently in use.ISVNDebugLog
SVNClientManager. getDebugLog()
Returns the debug logger currently in use.Methods in org.tmatesoft.svn.core.wc with parameters of type ISVNDebugLog Modifier and Type Method Description void
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
Methods in org.tmatesoft.svn.core.wc.admin that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLog
SVNAdminBasicClient. getDebugLog()
Returns the debug logger currently in use.Methods in org.tmatesoft.svn.core.wc.admin with parameters of type ISVNDebugLog Modifier and Type Method Description void
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 ISVNDebugLog Constructor Description SVNReplayHandler(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
Methods in org.tmatesoft.svn.core.wc.xml that return ISVNDebugLog Modifier and Type Method Description protected ISVNDebugLog
AbstractXMLHandler. getDebugLog()
Constructors in org.tmatesoft.svn.core.wc.xml with parameters of type ISVNDebugLog Constructor 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. -
Uses of ISVNDebugLog in org.tmatesoft.svn.util
Classes in org.tmatesoft.svn.util that implement ISVNDebugLog Modifier and Type Class Description class
SVNDebugLogAdapter
Methods in org.tmatesoft.svn.util that return ISVNDebugLog Modifier and Type Method Description static ISVNDebugLog
SVNDebugLog. getDefaultLog()
Methods in org.tmatesoft.svn.util with parameters of type ISVNDebugLog Modifier and Type Method Description static void
SVNDebugLog. setDefaultLog(ISVNDebugLog log)
-