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 java.io.InputStreamprivate java.io.OutputStreamprivate java.net.Socket -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose(SVNRepositoryImpl repository) voidfree()java.io.InputStreamjava.io.OutputStreamvoidhandleExceptionOnOpen(SVNRepositoryImpl repository, SVNException exception) booleanisConnected(SVNRepositoryImpl repos) booleanisStale()booleanoccupy()voidopen(SVNRepositoryImpl repository) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
DEFAULT_SVN_TIMEOUT
private static final int DEFAULT_SVN_TIMEOUT- See Also:
-
mySocket
private java.net.Socket mySocket -
myOutputStream
private java.io.OutputStream myOutputStream -
myInputStream
private java.io.InputStream 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
public java.io.InputStream getInputStream() throws java.io.IOException- Specified by:
getInputStreamin interfaceISVNConnector- Throws:
java.io.IOException
-
getOutputStream
public java.io.OutputStream getOutputStream() throws java.io.IOException- Specified by:
getOutputStreamin interfaceISVNConnector- Throws:
java.io.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
-