Class SvnWcDbProperties.Properties

  • Enclosing class:
    SvnWcDbProperties

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

      Fields 
      Modifier and Type Field Description
      byte[] properties  
      java.lang.String relPath  
    • 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 Detail

      • relPath

        public java.lang.String relPath
      • properties

        public byte[] properties
    • Constructor Detail

      • Properties

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