public interface ISVNConnector
Modifier and Type | Method and Description |
---|---|
void |
close(SVNRepositoryImpl repository) |
java.io.InputStream |
getInputStream() |
java.io.OutputStream |
getOutputStream() |
void |
handleExceptionOnOpen(SVNRepositoryImpl repository,
SVNException exception) |
boolean |
isConnected(SVNRepositoryImpl repository) |
boolean |
isStale() |
void |
open(SVNRepositoryImpl repository) |
void open(SVNRepositoryImpl repository) throws SVNException
SVNException
void handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) throws SVNException
SVNException
boolean isConnected(SVNRepositoryImpl repository) throws SVNException
SVNException
void close(SVNRepositoryImpl repository) throws SVNException
SVNException
boolean isStale()
java.io.OutputStream getOutputStream() throws java.io.IOException
java.io.IOException
java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.