Class Property
java.lang.Object
org.apache.subversion.javahl.types.Property
This class describes standard Subversion known properties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
how the end of line code should be treated during retrievalstatic final String
flag if the file should be made excutable during retrievalstatic final String
value for svn:executablestatic final String
list of directory managed outside of this working copystatic final String
list of filenames with wildcards which should be ignored by add and statusstatic final String
list of keywords to be expanded during retrievalstatic final String
mime type of the entry, used to flag binary filesstatic final String
flag property if a lock is needed to modify this nodestatic final String
the author of the revisionstatic final String
the date of the revisionstatic final String
the log message of the revisionstatic final String
the original date of the revision -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
MIME_TYPE
mime type of the entry, used to flag binary files- See Also:
-
IGNORE
list of filenames with wildcards which should be ignored by add and status- See Also:
-
EOL_STYLE
how the end of line code should be treated during retrieval- See Also:
-
KEYWORDS
list of keywords to be expanded during retrieval- See Also:
-
EXECUTABLE
flag if the file should be made excutable during retrieval- See Also:
-
EXECUTABLE_VALUE
value for svn:executable- See Also:
-
EXTERNALS
list of directory managed outside of this working copy- See Also:
-
REV_AUTHOR
the author of the revision- See Also:
-
REV_LOG
the log message of the revision- See Also:
-
REV_DATE
the date of the revision- See Also:
-
REV_ORIGINAL_DATE
the original date of the revision- See Also:
-
NEEDS_LOCK
flag property if a lock is needed to modify this node- See Also:
-
-
Constructor Details
-
Property
public Property()
-