public static class SVNFSFSPackedRevProps.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
void |
addByteArrayEntry(byte[] data) |
void |
addByteArrayEntry(byte[] data,
int offset,
int length) |
void |
addPropertiesEntry(SVNProperties properties) |
SVNFSFSPackedRevProps |
build() |
void |
setFirstRevision(long firstRevision) |
public SVNFSFSPackedRevProps build() throws SVNException
SVNExceptionpublic void setFirstRevision(long firstRevision)
public void addByteArrayEntry(byte[] data)
public void addByteArrayEntry(byte[] data,
int offset,
int length)
public void addPropertiesEntry(SVNProperties properties) throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.