Uses of Class
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl
-
Packages that use SVNRepositoryImpl Package Description org.tmatesoft.svn.core.internal.io.svn org.tmatesoft.svn.core.internal.io.svn.sasl -
-
Uses of SVNRepositoryImpl in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNRepositoryImpl Modifier and Type Field Description private SVNRepositoryImpl
SVNCommitEditor. myRepository
private SVNRepositoryImpl
SVNConnection. myRepository
Methods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNRepositoryImpl Modifier and Type Method Description abstract SVNAuthentication
SVNAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository)
void
SVNConnection. authenticate(SVNRepositoryImpl repository)
SVNAuthentication
SVNPlainAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos)
void
ISVNConnector. close(SVNRepositoryImpl repository)
void
SVNAbstractTunnelConnector. close(SVNRepositoryImpl repository)
void
SVNPlainConnector. close(SVNRepositoryImpl repository)
void
SVNSSHConnector. close(SVNRepositoryImpl repository)
void
ISVNConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNPlainConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNSSHConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
void
SVNTunnelConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)
protected void
SVNConnection. handshake(SVNRepositoryImpl repository)
boolean
ISVNConnector. isConnected(SVNRepositoryImpl repository)
boolean
SVNAbstractTunnelConnector. isConnected(SVNRepositoryImpl repos)
boolean
SVNPlainConnector. isConnected(SVNRepositoryImpl repos)
boolean
SVNSSHConnector. isConnected(SVNRepositoryImpl repos)
void
ISVNConnector. open(SVNRepositoryImpl repository)
void
SVNAbstractTunnelConnector. open(SVNRepositoryImpl repository, java.lang.String process)
void
SVNAbstractTunnelConnector. open(SVNRepositoryImpl repository, java.lang.String[] command)
void
SVNConnection. open(SVNRepositoryImpl repository)
void
SVNPlainConnector. open(SVNRepositoryImpl repository)
void
SVNSSHConnector. open(SVNRepositoryImpl repository)
void
SVNTunnelConnector. open(SVNRepositoryImpl repository)
private void
SVNConnection. receiveRepositoryCredentials(SVNRepositoryImpl repository)
Constructors in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNRepositoryImpl Constructor Description SVNCommitEditor(SVNRepositoryImpl location, SVNConnection connection, SVNCommitEditor.ISVNCommitCallback closeCallback)
SVNConnection(ISVNConnector connector, SVNRepositoryImpl repository)
-
Uses of SVNRepositoryImpl in org.tmatesoft.svn.core.internal.io.svn.sasl
Methods in org.tmatesoft.svn.core.internal.io.svn.sasl with parameters of type SVNRepositoryImpl Modifier and Type Method Description SVNAuthentication
SVNSaslAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository)
protected javax.security.sasl.SaslClient
SVNSaslAuthenticator. createSaslClient(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos, SVNURL location)
protected void
SVNSaslAuthenticator. setEncryption(SVNRepositoryImpl repository)
protected boolean
SVNSaslAuthenticator. tryAuthentication(SVNRepositoryImpl repos, java.lang.String mechName)
-