Class SVNFSFSPackedRevProps.Builder

java.lang.Object
org.tmatesoft.svn.core.internal.io.fs.revprop.SVNFSFSPackedRevProps.Builder
Enclosing class:
SVNFSFSPackedRevProps

public static class SVNFSFSPackedRevProps.Builder extends java.lang.Object
  • Field Details

  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      public SVNFSFSPackedRevProps build() throws SVNException
      Throws:
      SVNException
    • setFirstRevision

      public void setFirstRevision(long firstRevision)
    • addByteArrayEntry

      public void addByteArrayEntry(byte[] data)
    • addByteArrayEntry

      public void addByteArrayEntry(byte[] data, int offset, int length)
    • addPropertiesEntry

      public void addPropertiesEntry(SVNProperties properties) throws SVNException
      Throws:
      SVNException