public class SVNConnection
extends java.lang.Object
Constructor and Description |
---|
SVNConnection(ISVNConnector connector,
SVNRepositoryImpl repository) |
Modifier and Type | Method and 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) |
public SVNConnection(ISVNConnector connector, SVNRepositoryImpl repository)
public void open(SVNRepositoryImpl repository) throws SVNException
SVNException
public java.lang.String getRealm()
public boolean isSVNDiff1()
public boolean isCommitRevprops()
protected void handshake(SVNRepositoryImpl repository) throws SVNException
SVNException
protected boolean hasCapability(java.lang.String capability)
public void authenticate(SVNRepositoryImpl repository) throws SVNException
SVNException
public void setEncrypted(SVNAuthenticator encryptor)
public boolean isEncrypted()
public void close() throws SVNException
SVNException
public java.util.List read(java.lang.String template, java.util.List items, boolean readMalformedData) throws SVNException
SVNException
public java.util.List readTuple(java.lang.String template, boolean readMalformedData) throws SVNException
SVNException
public SVNItem readItem(boolean readMalformedData) throws SVNException
SVNException
public void writeError(SVNErrorMessage error) throws SVNException
SVNException
public void write(java.lang.String template, java.lang.Object[] items) throws SVNException
SVNException
public boolean isConnectionStale()
public java.io.OutputStream getDeltaStream(java.lang.String token)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.