Class JavaHLPropertyData


  • public class JavaHLPropertyData
    extends PropertyData
    Version:
    1.3
    • Constructor Detail

      • JavaHLPropertyData

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

      • 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