public static class SVNFSFSPackedRevProps.Builder
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<SVNFSFSPackedRevProps.Entry> |
entries |
private long |
firstRevision |
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) |
private long firstRevision
private final java.util.List<SVNFSFSPackedRevProps.Entry> entries
public SVNFSFSPackedRevProps build() throws SVNException
SVNException
public 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
SVNException