Class Property
java.lang.Object
org.apache.subversion.javahl.types.Property
This class describes standard Subversion known properties
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringhow the end of line code should be treated during retrievalstatic final Stringflag if the file should be made excutable during retrievalstatic final Stringvalue for svn:executablestatic final Stringlist of directory managed outside of this working copystatic final Stringlist of filenames with wildcards which should be ignored by add and statusstatic final Stringlist of keywords to be expanded during retrievalstatic final Stringmime type of the entry, used to flag binary filesstatic final Stringflag property if a lock is needed to modify this nodestatic final Stringthe author of the revisionstatic final Stringthe date of the revisionstatic final Stringthe log message of the revisionstatic final Stringthe 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()
-