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