Uses of Interface
org.tmatesoft.svn.core.io.ISVNTunnelProvider
Packages that use ISVNTunnelProvider
Package
Description
This package provides a low-level API for direct interacting with a Subversion repository on
the SVN protocol level.
This package provides a high-level API for managing Working Copies in a way
compatible with the native SVN command line client.
-
Uses of ISVNTunnelProvider in org.tmatesoft.svn.core.internal.wc
Classes in org.tmatesoft.svn.core.internal.wc that implement ISVNTunnelProvider -
Uses of ISVNTunnelProvider in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNTunnelProviderMethods in org.tmatesoft.svn.core.io that return ISVNTunnelProviderMethods in org.tmatesoft.svn.core.io with parameters of type ISVNTunnelProviderModifier and TypeMethodDescriptionvoidSVNRepository.setTunnelProvider(ISVNTunnelProvider tunnelProvider) Sets a tunnel provider. -
Uses of ISVNTunnelProvider in org.tmatesoft.svn.core.wc
Subinterfaces of ISVNTunnelProvider in org.tmatesoft.svn.core.wcModifier and TypeInterfaceDescriptioninterfaceThe ISVNOptions interface should be implemented to manage global run-time configuration options.Fields in org.tmatesoft.svn.core.wc declared as ISVNTunnelProviderModifier and TypeFieldDescriptionprivate ISVNTunnelProviderDefaultSVNRepositoryPool.myTunnelProviderMethods in org.tmatesoft.svn.core.wc with parameters of type ISVNTunnelProviderModifier and TypeMethodDescriptionprivate voidDefaultSVNRepositoryPool.setOptionalSpoolLocation(SVNRepository repos, ISVNTunnelProvider options) Constructors in org.tmatesoft.svn.core.wc with parameters of type ISVNTunnelProviderModifierConstructorDescriptionDefaultSVNRepositoryPool(ISVNAuthenticationManager authManager, ISVNTunnelProvider tunnelProvider) Constructs a DefaultSVNRepositoryPool instance that representsDefaultSVNRepositoryPool.RUNTIME_POOLobjects pool.DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager, ISVNTunnelProvider tunnelProvider, boolean keepConnections, int poolMode) Deprecated.DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager, ISVNTunnelProvider tunnelProvider, long timeout, boolean keepConnection) Constructs a DefaultSVNRepositoryPool instance that representsDefaultSVNRepositoryPool.RUNTIME_POOLobjects pool.