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.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 -
-
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
Fields in org.tmatesoft.svn.core.internal.util declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
SVNLogStream. myLog
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
Fields in org.tmatesoft.svn.core.internal.util.jna declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
DebugProxyISVNCLibrary. myDebugLog
private ISVNDebugLog
DebugProxyISVNGLibrary. myDebugLog
private ISVNDebugLog
DebugProxyISVNGnomeKeyringLibrary. myDebugLog
private ISVNDebugLog
DebugProxyISVNKernel32Library. myDebugLog
private ISVNDebugLog
DebugProxyISVNMacOsCFLibrary. myDebugLog
private ISVNDebugLog
DebugProxyISVNMacOsSecurityLibrary. myDebugLog
private ISVNDebugLog
DebugProxyISVNSecurityLibrary. myDebugLog
private ISVNDebugLog
DebugProxyISVNWin32Library. myDebugLog
private ISVNDebugLog
DebugProxyISVNWinCryptLibrary. myDebugLog
Constructors in org.tmatesoft.svn.core.internal.util.jna with parameters of type ISVNDebugLog Constructor 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)
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.internal.wc
Fields in org.tmatesoft.svn.core.internal.wc declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
SVNCancellableEditor. myLog
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)
Constructors in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDebugLog Constructor Description 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 ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
SVNReporter. myLog
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
Fields in org.tmatesoft.svn.core.internal.wc16 declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
SVNBasicDelegate. myDebugLog
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.internal.wc2.ng
Methods in org.tmatesoft.svn.core.internal.wc2.ng that return ISVNDebugLog Modifier and Type Method Description private ISVNDebugLog
SvnNgDiffSummarize. getDebugLog()
-
Uses of ISVNDebugLog in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
SVNRepository. myDebugLog
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)
private static java.lang.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 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
Fields in org.tmatesoft.svn.core.wc declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
SVNBasicClient. debugLog
private ISVNDebugLog
DefaultSVNRepositoryPool. myDebugLog
private ISVNDebugLog
SVNClientManager. myDebugLog
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
Fields in org.tmatesoft.svn.core.wc.admin declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
SVNAdminBasicClient. myDebugLog
private ISVNDebugLog
SVNReplayHandler. myDebugLog
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
Fields in org.tmatesoft.svn.core.wc.xml declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLog
AbstractXMLHandler. myLog
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
Fields in org.tmatesoft.svn.util declared as ISVNDebugLog Modifier and Type Field Description private static ISVNDebugLog
SVNDebugLog. ourDefaultLog
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)
-