abstract SVNAuthentication |
SVNAuthenticator.authenticate(java.util.List mechs,
java.lang.String realm,
SVNRepositoryImpl repository) |
SVNAuthentication |
SVNPlainAuthenticator.authenticate(java.util.List mechs,
java.lang.String realm,
SVNRepositoryImpl repos) |
void |
SVNConnection.authenticate(SVNRepositoryImpl repository) |
void |
ISVNConnector.close(SVNRepositoryImpl repository) |
void |
SVNSSHConnector.close(SVNRepositoryImpl repository) |
void |
SVNPlainConnector.close(SVNRepositoryImpl repository) |
void |
SVNAbstractTunnelConnector.close(SVNRepositoryImpl repository) |
void |
ISVNConnector.handleExceptionOnOpen(SVNRepositoryImpl repository,
SVNException exception) |
void |
SVNSSHConnector.handleExceptionOnOpen(SVNRepositoryImpl repository,
SVNException exception) |
void |
SVNPlainConnector.handleExceptionOnOpen(SVNRepositoryImpl repository,
SVNException exception) |
void |
SVNTunnelConnector.handleExceptionOnOpen(SVNRepositoryImpl repository,
SVNException exception) |
protected void |
SVNConnection.handshake(SVNRepositoryImpl repository) |
boolean |
ISVNConnector.isConnected(SVNRepositoryImpl repository) |
boolean |
SVNSSHConnector.isConnected(SVNRepositoryImpl repos) |
boolean |
SVNPlainConnector.isConnected(SVNRepositoryImpl repos) |
boolean |
SVNAbstractTunnelConnector.isConnected(SVNRepositoryImpl repos) |
void |
ISVNConnector.open(SVNRepositoryImpl repository) |
void |
SVNSSHConnector.open(SVNRepositoryImpl repository) |
void |
SVNPlainConnector.open(SVNRepositoryImpl repository) |
void |
SVNTunnelConnector.open(SVNRepositoryImpl repository) |
void |
SVNConnection.open(SVNRepositoryImpl repository) |
void |
SVNAbstractTunnelConnector.open(SVNRepositoryImpl repository,
java.lang.String process) |
void |
SVNAbstractTunnelConnector.open(SVNRepositoryImpl repository,
java.lang.String[] command) |
private void |
SVNConnection.receiveRepositoryCredentials(SVNRepositoryImpl repository) |