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