Uses of Class
org.tmatesoft.svn.core.internal.io.svn.SVNConnection
Packages that use SVNConnection
Package
Description
-
Uses of SVNConnection in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNConnectionModifier and TypeFieldDescriptionprivate SVNConnection
SVNAuthenticator.myConnection
private SVNConnection
SVNCommitEditor.myConnection
private SVNConnection
SVNEditModeReader.myConnection
private SVNConnection
SVNRepositoryImpl.myConnection
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNConnectionConstructors in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNConnectionModifierConstructorDescriptionprotected
SVNAuthenticator
(SVNConnection connection) SVNCommitEditor
(SVNRepositoryImpl location, SVNConnection connection, SVNCommitEditor.ISVNCommitCallback closeCallback) SVNEditModeReader
(SVNConnection connection, ISVNEditor editor, boolean forReplay) SVNPlainAuthenticator
(SVNConnection connection) -
Uses of SVNConnection in org.tmatesoft.svn.core.internal.io.svn.sasl
Constructors in org.tmatesoft.svn.core.internal.io.svn.sasl with parameters of type SVNConnection -
Uses of SVNConnection in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNConnectionModifier and TypeMethodDescriptionstatic SVNAuthenticator
SVNClassLoader.getSASLAuthenticator
(SVNConnection connection)