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
SVNExceptionvoid handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) throws SVNException
SVNExceptionboolean isConnected(SVNRepositoryImpl repository) throws SVNException
SVNExceptionvoid close(SVNRepositoryImpl repository) throws SVNException
SVNExceptionboolean isStale()
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionjava.io.InputStream getInputStream()
throws java.io.IOException
java.io.IOExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.