Interface ISVNConnector
- All Known Implementing Classes:
SVNAbstractTunnelConnector
,SVNPlainConnector
,SVNSSHConnector
,SVNTunnelConnector
public interface ISVNConnector
- Version:
- 1.3
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(SVNRepositoryImpl repository) java.io.InputStream
java.io.OutputStream
void
handleExceptionOnOpen
(SVNRepositoryImpl repository, SVNException exception) boolean
isConnected
(SVNRepositoryImpl repository) boolean
isStale()
void
open
(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
-