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 intprivate InputStreamprivate OutputStreamprivate Socket -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(SVNRepositoryImpl repository) voidfree()voidhandleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) booleanisConnected(SVNRepositoryImpl repos) booleanisStale()booleanoccupy()voidopen(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:
openin interfaceISVNConnector- Throws:
SVNException
-
close
- Specified by:
closein interfaceISVNConnector- Throws:
SVNException
-
isStale
public boolean isStale()- Specified by:
isStalein interfaceISVNConnector
-
isConnected
- Specified by:
isConnectedin interfaceISVNConnector- Throws:
SVNException
-
getInputStream
- Specified by:
getInputStreamin interfaceISVNConnector- Throws:
IOException
-
getOutputStream
- Specified by:
getOutputStreamin interfaceISVNConnector- Throws:
IOException
-
free
public void free() -
occupy
public boolean occupy() -
handleExceptionOnOpen
public void handleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) throws SVNException - Specified by:
handleExceptionOnOpenin interfaceISVNConnector- Throws:
SVNException
-