Interface ISVNConnector
- All Known Implementing Classes:
SVNAbstractTunnelConnector,SVNPlainConnector,SVNSSHConnector,SVNTunnelConnector
public interface ISVNConnector
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose(SVNRepositoryImpl repository) voidhandleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) booleanisConnected(SVNRepositoryImpl repository) booleanisStale()voidopen(SVNRepositoryImpl repository)
-
Method Details
-
open
- Throws:
SVNException
-
handleExceptionOnOpen
void handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) throws SVNException - Throws:
SVNException
-
isConnected
- Throws:
SVNException
-
close
- Throws:
SVNException
-
isStale
boolean isStale() -
getOutputStream
- Throws:
IOException
-
getInputStream
- Throws:
IOException
-