Class SVNPlainConnector
java.lang.Object
org.tmatesoft.svn.core.internal.io.svn.SVNPlainConnector
- All Implemented Interfaces:
ISVNConnector
- Version:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final int
private InputStream
private OutputStream
private Socket
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close
(SVNRepositoryImpl repository) void
free()
void
handleExceptionOnOpen
(SVNRepositoryImpl repository, SVNException exception) boolean
isConnected
(SVNRepositoryImpl repos) boolean
isStale()
boolean
occupy()
void
open
(SVNRepositoryImpl repository)
-
Field Details
-
DEFAULT_SVN_TIMEOUT
private static final int DEFAULT_SVN_TIMEOUT- See Also:
-
mySocket
-
myOutputStream
-
myInputStream
-
-
Constructor Details
-
SVNPlainConnector
public SVNPlainConnector()
-
-
Method Details
-
open
- Specified by:
open
in interfaceISVNConnector
- Throws:
SVNException
-
close
- Specified by:
close
in interfaceISVNConnector
- Throws:
SVNException
-
isStale
public boolean isStale()- Specified by:
isStale
in interfaceISVNConnector
-
isConnected
- Specified by:
isConnected
in interfaceISVNConnector
- Throws:
SVNException
-
getInputStream
- Specified by:
getInputStream
in interfaceISVNConnector
- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStream
in interfaceISVNConnector
- Throws:
IOException
-
free
public void free() -
occupy
public boolean occupy() -
handleExceptionOnOpen
public void handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) throws SVNException - Specified by:
handleExceptionOnOpen
in interfaceISVNConnector
- Throws:
SVNException
-