public class SVNSSHConnector extends Object implements ISVNConnector
Constructor and Description |
---|
SVNSSHConnector() |
SVNSSHConnector(boolean useConnectionPing,
boolean useSessionPing) |
Modifier and Type | Method and Description |
---|---|
void |
close(SVNRepositoryImpl repository) |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
void |
handleExceptionOnOpen(SVNRepositoryImpl repository,
SVNException exception) |
boolean |
isConnected(SVNRepositoryImpl repos) |
boolean |
isStale() |
void |
open(SVNRepositoryImpl repository) |
static void |
shutdown() |
public SVNSSHConnector()
public SVNSSHConnector(boolean useConnectionPing, boolean useSessionPing)
public void open(SVNRepositoryImpl repository) throws SVNException
open
in interface ISVNConnector
SVNException
public void close(SVNRepositoryImpl repository) throws SVNException
close
in interface ISVNConnector
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 static void shutdown()
public void handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) throws SVNException
handleExceptionOnOpen
in interface ISVNConnector
SVNException
Copyright © 2018. All rights reserved.