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 void
authenticate(SVNRepositoryImpl repository)
void
close()
java.io.OutputStream
getDeltaStream(java.lang.String token)
java.lang.String
getRealm()
protected void
handshake(SVNRepositoryImpl repository)
protected boolean
hasCapability(java.lang.String capability)
boolean
isCommitRevprops()
boolean
isConnectionStale()
boolean
isEncrypted()
boolean
isSVNDiff1()
void
open(SVNRepositoryImpl repository)
java.util.List
read(java.lang.String template, java.util.List items, boolean readMalformedData)
SVNItem
readItem(boolean readMalformedData)
java.util.List
readTuple(java.lang.String template, boolean readMalformedData)
void
setEncrypted(SVNAuthenticator encryptor)
void
write(java.lang.String template, java.lang.Object[] items)
void
writeError(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)
-
-