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