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 classDefaultSVNOptions -
Uses of ISVNTunnelProvider in org.tmatesoft.svn.core.io
Fields in org.tmatesoft.svn.core.io declared as ISVNTunnelProvider Modifier and Type Field Description private ISVNTunnelProviderSVNRepository. myTunnelProviderMethods in org.tmatesoft.svn.core.io that return ISVNTunnelProvider Modifier and Type Method Description ISVNTunnelProviderSVNRepository. getTunnelProvider()Returns a tunnel provider.Methods in org.tmatesoft.svn.core.io with parameters of type ISVNTunnelProvider Modifier and Type Method Description voidSVNRepository. 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 interfaceISVNOptionsThe ISVNOptions interface should be implemented to manage global run-time configuration options.Fields in org.tmatesoft.svn.core.wc declared as ISVNTunnelProvider Modifier and Type Field Description private ISVNTunnelProviderDefaultSVNRepositoryPool. myTunnelProviderMethods in org.tmatesoft.svn.core.wc with parameters of type ISVNTunnelProvider Modifier and Type Method Description private voidDefaultSVNRepositoryPool. setOptionalSpoolLocation(SVNRepository repos, ISVNTunnelProvider 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_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.
-