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
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNConnection Modifier and Type Field Description private 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 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)
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 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)
-