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, wait
handleExceptionOnOpen, open
public void open(SVNRepositoryImpl repository, String process) throws SVNException
SVNException
public void open(SVNRepositoryImpl repository, String[] command) throws SVNException
SVNException
public InputStream getInputStream() throws IOException
getInputStream
in interface ISVNConnector
IOException
public OutputStream getOutputStream() throws IOException
getOutputStream
in interface ISVNConnector
IOException
public boolean isConnected(SVNRepositoryImpl repos) throws SVNException
isConnected
in interface ISVNConnector
SVNException
public boolean isStale()
isStale
in interface ISVNConnector
public void close(SVNRepositoryImpl repository) throws SVNException
close
in interface ISVNConnector
SVNException
public void free()
public boolean occupy()
Copyright © 2023. All rights reserved.