Interface ISVNConnector
- All Known Implementing Classes:
SVNAbstractTunnelConnector,SVNPlainConnector,SVNSSHConnector,SVNTunnelConnector
public interface ISVNConnector
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose(SVNRepositoryImpl repository) java.io.InputStreamjava.io.OutputStreamvoidhandleExceptionOnOpen(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
java.io.OutputStream getOutputStream() throws java.io.IOException- Throws:
java.io.IOException
-
getInputStream
java.io.InputStream getInputStream() throws java.io.IOException- Throws:
java.io.IOException
-