Uses of Class
org.tmatesoft.svn.core.internal.io.svn.SVNRepositoryImpl
Packages that use SVNRepositoryImpl
Package
Description
-
Uses of SVNRepositoryImpl in org.tmatesoft.svn.core.internal.io.svn
Fields in org.tmatesoft.svn.core.internal.io.svn declared as SVNRepositoryImplModifier and TypeFieldDescriptionprivate SVNRepositoryImplSVNCommitEditor.myRepositoryprivate SVNRepositoryImplSVNConnection.myRepositoryMethods in org.tmatesoft.svn.core.internal.io.svn with parameters of type SVNRepositoryImplModifier and TypeMethodDescriptionabstract SVNAuthenticationSVNAuthenticator.authenticate(java.util.List mechs, java.lang.String realm, SVNRepositoryImpl repository) voidSVNConnection.authenticate(SVNRepositoryImpl repository) SVNPlainAuthenticator.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 SVNRepositoryImplModifierConstructorDescriptionSVNCommitEditor(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 SVNRepositoryImplModifier and TypeMethodDescriptionSVNSaslAuthenticator.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)