Class SvnWcDbProperties.Properties

java.lang.Object
org.tmatesoft.svn.core.internal.wc17.db.SvnWcDbProperties.Properties
Enclosing class:
SvnWcDbProperties

private static class SvnWcDbProperties.Properties extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    byte[]
     
    java.lang.String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Properties(java.lang.String path, byte[] props)
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • relPath

      public java.lang.String relPath
    • properties

      public byte[] properties
  • Constructor Details

    • Properties

      public Properties(java.lang.String path, byte[] props)