Uses of Interface
org.tmatesoft.svn.core.io.ISVNTunnelProvider
-
Packages that use ISVNTunnelProvider Package Description org.tmatesoft.svn.core.internal.wc 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.wc 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 Modifier and Type Class Description class
DefaultSVNOptions
-
Uses of ISVNTunnelProvider in org.tmatesoft.svn.core.io
Methods in org.tmatesoft.svn.core.io that return ISVNTunnelProvider Modifier and Type Method Description ISVNTunnelProvider
SVNRepository. getTunnelProvider()
Returns a tunnel provider.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNTunnelProvider Modifier and Type Method Description void
SVNRepository. setTunnelProvider(ISVNTunnelProvider tunnelProvider)
Sets a tunnel provider. -
Uses of ISVNTunnelProvider in org.tmatesoft.svn.core.wc
Subinterfaces of ISVNTunnelProvider in org.tmatesoft.svn.core.wc Modifier and Type Interface Description interface
ISVNOptions
The ISVNOptions interface should be implemented to manage global run-time configuration options.Constructors in org.tmatesoft.svn.core.wc with parameters of type ISVNTunnelProvider Constructor Description DefaultSVNRepositoryPool(ISVNAuthenticationManager authManager, ISVNTunnelProvider tunnelProvider)
Constructs a DefaultSVNRepositoryPool instance that representsDefaultSVNRepositoryPool.RUNTIME_POOL
objects 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_POOL
objects pool.
-