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 classDefaultSVNDebugLoggerFields in org.tmatesoft.svn.core.internal.util declared as ISVNDebugLog Modifier and Type Field Description private ISVNDebugLogSVNLogStream. myLogConstructors 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 ISVNDebugLogDebugProxyISVNCLibrary. myDebugLogprivate ISVNDebugLogDebugProxyISVNGLibrary. myDebugLogprivate ISVNDebugLogDebugProxyISVNGnomeKeyringLibrary. myDebugLogprivate ISVNDebugLogDebugProxyISVNKernel32Library. myDebugLogprivate ISVNDebugLogDebugProxyISVNMacOsCFLibrary. myDebugLogprivate ISVNDebugLogDebugProxyISVNMacOsSecurityLibrary. myDebugLogprivate ISVNDebugLogDebugProxyISVNSecurityLibrary. myDebugLogprivate ISVNDebugLogDebugProxyISVNWin32Library. myDebugLogprivate ISVNDebugLogDebugProxyISVNWinCryptLibrary. myDebugLogConstructors 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 ISVNDebugLogSVNCancellableEditor. myLogMethods in org.tmatesoft.svn.core.internal.wc with parameters of type ISVNDebugLog Modifier and Type Method Description static ISVNEditorSVNCancellableEditor. 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 ISVNDebugLogSVNReporter. myLogConstructors 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 ISVNDebugLogSVNBasicDelegate. myDebugLogMethods in org.tmatesoft.svn.core.internal.wc16 that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLogSVNBasicDelegate. 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 voidSVNBasicDelegate. setDebugLog(ISVNDebugLog log)Sets a logger to write debug log information to.voidSVNMoveClient16. 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 ISVNDebugLogSvnNgDiffSummarize. 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 ISVNDebugLogSVNRepository. myDebugLogMethods in org.tmatesoft.svn.core.io that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLogSVNRepository. 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 voidSVNRepository. 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 classJavaHLCompositeLogclassJavaHLDebugLogclassJavaHLProgressLogMethods in org.tmatesoft.svn.core.javahl that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLogSVNClientImpl. getDebugLog()Methods in org.tmatesoft.svn.core.javahl with parameters of type ISVNDebugLog Modifier and Type Method Description voidJavaHLCompositeLog. addLogger(ISVNDebugLog debugLog)private static java.lang.BooleanJavaHLCompositeLog. checkTracing(ISVNDebugLog log)voidJavaHLCompositeLog. 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 classJavaHLProgressLogMethods in org.tmatesoft.svn.core.javahl17 that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLogSVNClientImpl. 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 ISVNDebugLogSVNBasicClient. debugLogprivate ISVNDebugLogDefaultSVNRepositoryPool. myDebugLogprivate ISVNDebugLogSVNClientManager. myDebugLogMethods in org.tmatesoft.svn.core.wc that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLogSVNBasicClient. getDebugLog()Returns the debug logger currently in use.ISVNDebugLogSVNClientManager. 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 voidDefaultSVNRepositoryPool. setDebugLog(ISVNDebugLog log)Sets a debug logger to be used in allSVNRepositoryobjects produced by this pool.voidISVNRepositoryPool. setDebugLog(ISVNDebugLog log)Updates debug log instance referenced bySVNRepositoryobjects currently in the pool.voidSVNBasicClient. setDebugLog(ISVNDebugLog log)Sets a logger to write debug log information to.voidSVNClientManager. 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 ISVNDebugLogSVNAdminBasicClient. myDebugLogprivate ISVNDebugLogSVNReplayHandler. myDebugLogMethods in org.tmatesoft.svn.core.wc.admin that return ISVNDebugLog Modifier and Type Method Description ISVNDebugLogSVNAdminBasicClient. 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 voidSVNAdminBasicClient. 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 ISVNDebugLogAbstractXMLHandler. myLogMethods in org.tmatesoft.svn.core.wc.xml that return ISVNDebugLog Modifier and Type Method Description protected ISVNDebugLogAbstractXMLHandler. 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 classSVNDebugLogAdapterFields in org.tmatesoft.svn.util declared as ISVNDebugLog Modifier and Type Field Description private static ISVNDebugLogSVNDebugLog. ourDefaultLogMethods in org.tmatesoft.svn.util that return ISVNDebugLog Modifier and Type Method Description static ISVNDebugLogSVNDebugLog. getDefaultLog()Methods in org.tmatesoft.svn.util with parameters of type ISVNDebugLog Modifier and Type Method Description static voidSVNDebugLog. setDefaultLog(ISVNDebugLog log)
-