Class SVNAbstractTunnelConnector
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNAbstractTunnelConnector
- All Implemented Interfaces:
ISVNConnector
- Direct Known Subclasses:
SVNTunnelConnector
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(SVNRepositoryImpl repository) void
free()
boolean
isConnected
(SVNRepositoryImpl repos) boolean
isStale()
boolean
occupy()
void
open
(SVNRepositoryImpl repository, String process) void
open
(SVNRepositoryImpl repository, String[] command) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.tmatesoft.svn.core.internal.io.svn.ISVNConnector
handleExceptionOnOpen, open
-
Field Details
-
myOutputStream
-
myInputStream
-
myProcess
-
-
Constructor Details
-
SVNAbstractTunnelConnector
public SVNAbstractTunnelConnector()
-
-
Method Details
-
open
- Throws:
SVNException
-
open
- Throws:
SVNException
-
getInputStream
- Specified by:
getInputStream
in interfaceISVNConnector
- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStream
in interfaceISVNConnector
- Throws:
IOException
-
isConnected
- Specified by:
isConnected
in interfaceISVNConnector
- Throws:
SVNException
-
isStale
public boolean isStale()- Specified by:
isStale
in interfaceISVNConnector
-
close
- Specified by:
close
in interfaceISVNConnector
- Throws:
SVNException
-
free
public void free() -
occupy
public boolean occupy()
-