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 TypeMethodDescriptionvoidclose(SVNRepositoryImpl repository) voidfree()booleanisConnected(SVNRepositoryImpl repos) booleanisStale()booleanoccupy()voidopen(SVNRepositoryImpl repository, String process) voidopen(SVNRepositoryImpl repository, String[] command) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
getInputStreamin interfaceISVNConnector- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfaceISVNConnector- Throws:
IOException
-
isConnected
- Specified by:
isConnectedin interfaceISVNConnector- Throws:
SVNException
-
isStale
public boolean isStale()- Specified by:
isStalein interfaceISVNConnector
-
close
- Specified by:
closein interfaceISVNConnector- Throws:
SVNException
-
free
public void free() -
occupy
public boolean occupy()
-