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 SVNRepositoryImplSVNCommitEditor. myRepositoryprivate SVNRepositoryImplSVNConnection. myRepositoryMethods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNRepositoryImpl Modifier and Type Method Description abstract SVNAuthenticationSVNAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository)voidSVNConnection. authenticate(SVNRepositoryImpl repository)SVNAuthenticationSVNPlainAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos)voidISVNConnector. close(SVNRepositoryImpl repository)voidSVNAbstractTunnelConnector. close(SVNRepositoryImpl repository)voidSVNPlainConnector. close(SVNRepositoryImpl repository)voidSVNSSHConnector. close(SVNRepositoryImpl repository)voidISVNConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)voidSVNPlainConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)voidSVNSSHConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)voidSVNTunnelConnector. handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception)protected voidSVNConnection. handshake(SVNRepositoryImpl repository)booleanISVNConnector. isConnected(SVNRepositoryImpl repository)booleanSVNAbstractTunnelConnector. isConnected(SVNRepositoryImpl repos)booleanSVNPlainConnector. isConnected(SVNRepositoryImpl repos)booleanSVNSSHConnector. isConnected(SVNRepositoryImpl repos)voidISVNConnector. open(SVNRepositoryImpl repository)voidSVNAbstractTunnelConnector. open(SVNRepositoryImpl repository, java.lang.String process)voidSVNAbstractTunnelConnector. open(SVNRepositoryImpl repository, java.lang.String[] command)voidSVNConnection. open(SVNRepositoryImpl repository)voidSVNPlainConnector. open(SVNRepositoryImpl repository)voidSVNSSHConnector. open(SVNRepositoryImpl repository)voidSVNTunnelConnector. open(SVNRepositoryImpl repository)private voidSVNConnection. 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 SVNAuthenticationSVNSaslAuthenticator. authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository)protected javax.security.sasl.SaslClientSVNSaslAuthenticator. createSaslClient(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repos, SVNURL location)protected voidSVNSaslAuthenticator. setEncryption(SVNRepositoryImpl repository)protected booleanSVNSaslAuthenticator. tryAuthentication(SVNRepositoryImpl repos, java.lang.String mechName)
-