Class SVNConnection
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.io.svn.SVNConnection
-
public class SVNConnection extends java.lang.Object- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Constructor Summary
Constructors Constructor Description SVNConnection(ISVNConnector connector, SVNRepositoryImpl repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidauthenticate(SVNRepositoryImpl repository)voidclose()java.io.OutputStreamgetDeltaStream(java.lang.String token)java.lang.StringgetRealm()protected voidhandshake(SVNRepositoryImpl repository)protected booleanhasCapability(java.lang.String capability)booleanisCommitRevprops()booleanisConnectionStale()booleanisEncrypted()booleanisSVNDiff1()voidopen(SVNRepositoryImpl repository)java.util.Listread(java.lang.String template, java.util.List items, boolean readMalformedData)SVNItemreadItem(boolean readMalformedData)java.util.ListreadTuple(java.lang.String template, boolean readMalformedData)voidsetEncrypted(SVNAuthenticator encryptor)voidwrite(java.lang.String template, java.lang.Object[] items)voidwriteError(SVNErrorMessage error)
-
-
-
Constructor Detail
-
SVNConnection
public SVNConnection(ISVNConnector connector, SVNRepositoryImpl repository)
-
-
Method Detail
-
open
public void open(SVNRepositoryImpl repository) throws SVNException
- Throws:
SVNException
-
getRealm
public java.lang.String getRealm()
-
isSVNDiff1
public boolean isSVNDiff1()
-
isCommitRevprops
public boolean isCommitRevprops()
-
handshake
protected void handshake(SVNRepositoryImpl repository) throws SVNException
- Throws:
SVNException
-
hasCapability
protected boolean hasCapability(java.lang.String capability)
-
authenticate
public void authenticate(SVNRepositoryImpl repository) throws SVNException
- Throws:
SVNException
-
setEncrypted
public void setEncrypted(SVNAuthenticator encryptor)
-
isEncrypted
public boolean isEncrypted()
-
close
public void close() throws SVNException- Throws:
SVNException
-
read
public java.util.List read(java.lang.String template, java.util.List items, boolean readMalformedData) throws SVNException- Throws:
SVNException
-
readTuple
public java.util.List readTuple(java.lang.String template, boolean readMalformedData) throws SVNException- Throws:
SVNException
-
readItem
public SVNItem readItem(boolean readMalformedData) throws SVNException
- Throws:
SVNException
-
writeError
public void writeError(SVNErrorMessage error) throws SVNException
- Throws:
SVNException
-
write
public void write(java.lang.String template, java.lang.Object[] items) throws SVNException- Throws:
SVNException
-
isConnectionStale
public boolean isConnectionStale()
-
getDeltaStream
public java.io.OutputStream getDeltaStream(java.lang.String token)
-
-