public abstract class SVNAbstractTunnelConnector extends Object implements ISVNConnector
| Constructor and Description |
|---|
SVNAbstractTunnelConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(SVNRepositoryImpl repository) |
void |
free() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
boolean |
isConnected(SVNRepositoryImpl repos) |
boolean |
isStale() |
boolean |
occupy() |
void |
open(SVNRepositoryImpl repository,
String process) |
void |
open(SVNRepositoryImpl repository,
String[] command) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleExceptionOnOpen, openpublic void open(SVNRepositoryImpl repository, String process) throws SVNException
SVNExceptionpublic void open(SVNRepositoryImpl repository, String[] command) throws SVNException
SVNExceptionpublic InputStream getInputStream() throws IOException
getInputStream in interface ISVNConnectorIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in interface ISVNConnectorIOExceptionpublic boolean isConnected(SVNRepositoryImpl repos) throws SVNException
isConnected in interface ISVNConnectorSVNExceptionpublic boolean isStale()
isStale in interface ISVNConnectorpublic void close(SVNRepositoryImpl repository) throws SVNException
close in interface ISVNConnectorSVNExceptionpublic void free()
public boolean occupy()
Copyright © 2025. All rights reserved.