public class SVNPlainConnector extends Object implements ISVNConnector
| Constructor and Description |
|---|
SVNPlainConnector() |
| Modifier and Type | Method and Description |
|---|---|
void |
close(SVNRepositoryImpl repository) |
void |
free() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
void |
handleExceptionOnOpen(SVNRepositoryImpl repository,
SVNException exception) |
boolean |
isConnected(SVNRepositoryImpl repos) |
boolean |
isStale() |
boolean |
occupy() |
void |
open(SVNRepositoryImpl repository) |
public void open(SVNRepositoryImpl repository) throws SVNException
open in interface ISVNConnectorSVNExceptionpublic void close(SVNRepositoryImpl repository) throws SVNException
close in interface ISVNConnectorSVNExceptionpublic boolean isStale()
isStale in interface ISVNConnectorpublic boolean isConnected(SVNRepositoryImpl repos) throws SVNException
isConnected in interface ISVNConnectorSVNExceptionpublic InputStream getInputStream() throws IOException
getInputStream in interface ISVNConnectorIOExceptionpublic OutputStream getOutputStream() throws IOException
getOutputStream in interface ISVNConnectorIOExceptionpublic void free()
public boolean occupy()
public void handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) throws SVNException
handleExceptionOnOpen in interface ISVNConnectorSVNExceptionCopyright © 2025. All rights reserved.