Uses of Class
org.tmatesoft.svn.core.internal.io.svn.SVNConnection
-
Packages that use SVNConnection Package Description org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.io.svn.sasl org.tmatesoft.svn.core.internal.wc -
-
Uses of SVNConnection in org.tmatesoft.svn.core.internal.io.svn
Methods in org.tmatesoft.svn.core.internal.io.svn that return SVNConnection Modifier and Type Method Description protected SVNConnection
SVNAuthenticator. getConnection()
Constructors in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNConnection Constructor Description SVNAuthenticator(SVNConnection connection)
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 Constructor Description SVNSaslAuthenticator(SVNConnection connection)
-
Uses of SVNConnection in org.tmatesoft.svn.core.internal.wc
Methods in org.tmatesoft.svn.core.internal.wc with parameters of type SVNConnection Modifier and Type Method Description static SVNAuthenticator
SVNClassLoader. getSASLAuthenticator(SVNConnection connection)
-