Interface ISVNProperty


public interface ISVNProperty
An interface describing a subversion property (e.g. as return by svn propget)
Author:
Cédric Chabanois cchabanois@ifrance.com
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    how the end of line code should be treated during retrieval
    static final String
    flag if the file should be made excutable during retrieval
    static final String
    value for svn:executable
    static final String
    list of directory managed outside of this working copy
    static final String
    list of filenames with wildcards which should be ignored by add and status
    static final String
    list of keywords to be expanded during retrieval
    static final String
    mime type of the entry, used to flag binary files
    static final String
    the author of the revision
    static final String
    the date of the revision
    static final String
    the log message of the revision
    static final String
    the original date of the revision
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Returns the byte array value of the property There is no protocol if a property is a string or a binary value
     
     
     
    Returns the string value of the property.
  • Field Details

  • Method Details

    • getName

      String getName()
      Returns:
      the name of the property
    • getValue

      String getValue()
      Returns the string value of the property. There is no protocol if a property is a string or a binary value
      Returns:
      the string value
    • getFile

      File getFile()
      Returns:
      the file this property belongs to (or null if on remote resource)
    • getUrl

      SVNUrl getUrl()
      Returns:
      the url this property belongs to
    • getData

      byte[] getData()
      Returns the byte array value of the property There is no protocol if a property is a string or a binary value
      Returns:
      the byte array value