public abstract class SVNAbstractTunnelConnector extends java.lang.Object implements ISVNConnector
Constructor and Description |
---|
SVNAbstractTunnelConnector() |
Modifier and Type | Method and Description |
---|---|
void |
close(SVNRepositoryImpl repository) |
void |
free() |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
boolean |
isConnected(SVNRepositoryImpl repos) |
boolean |
isStale() |
boolean |
occupy() |
void |
open(SVNRepositoryImpl repository,
java.lang.String process) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleExceptionOnOpen, open
public void open(SVNRepositoryImpl repository, java.lang.String process) throws SVNException
SVNException
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface ISVNConnector
java.io.IOException
public java.io.OutputStream getOutputStream() throws java.io.IOException
getOutputStream
in interface ISVNConnector
java.io.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 © 2004-2012 TMate Software Ltd. All Rights Reserved.