Class JavaHLPropertyData

java.lang.Object
org.tigris.subversion.javahl.PropertyData
org.tigris.subversion.javahl.JavaHLPropertyData

public class JavaHLPropertyData extends PropertyData
Version:
1.3
  • Field Details

  • Constructor Details

    • JavaHLPropertyData

      JavaHLPropertyData(SVNClientImpl clientImpl, SVNClient cl, java.lang.String p, java.lang.String n, java.lang.String v, byte[] d)
  • Method Details

    • remove

      public void remove(boolean recurse) throws ClientException
      Description copied from class: PropertyData
      remove this property from subversion
      Overrides:
      remove in class PropertyData
      Parameters:
      recurse - if operation should recurse directories
      Throws:
      ClientException
    • setValue

      public void setValue(byte[] newValue, boolean recurse) throws ClientException
      Description copied from class: PropertyData
      modify the byte array value of a property The string array value is cleared
      Overrides:
      setValue in class PropertyData
      Parameters:
      newValue - the new byte array value
      recurse - if operation should recurse directories
      Throws:
      ClientException
    • setValue

      public void setValue(java.lang.String newValue, boolean recurse) throws ClientException
      Description copied from class: PropertyData
      modify the string value of a property The byte array value is cleared
      Overrides:
      setValue in class PropertyData
      Parameters:
      newValue - the new string value
      recurse - if operation should recurse directories
      Throws:
      ClientException