|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.subversion.javahl.types.Property
public class Property
This class describes standard Subversion known properties
| Field Summary | |
|---|---|
static String |
EOL_STYLE
how the end of line code should be treated during retrieval |
static String |
EXECUTABLE
flag if the file should be made excutable during retrieval |
static String |
EXECUTABLE_VALUE
value for svn:executable |
static String |
EXTERNALS
list of directory managed outside of this working copy |
static String |
IGNORE
list of filenames with wildcards which should be ignored by add and status |
static String |
KEYWORDS
list of keywords to be expanded during retrieval |
static String |
MIME_TYPE
mime type of the entry, used to flag binary files |
static String |
NEEDS_LOCK
flag property if a lock is needed to modify this node |
static String |
REV_AUTHOR
the author of the revision |
static String |
REV_DATE
the date of the revision |
static String |
REV_LOG
the log message of the revision |
static String |
REV_ORIGINAL_DATE
the original date of the revision |
| Constructor Summary | |
|---|---|
Property()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String MIME_TYPE
public static final String IGNORE
public static final String EOL_STYLE
public static final String KEYWORDS
public static final String EXECUTABLE
public static final String EXECUTABLE_VALUE
public static final String EXTERNALS
public static final String REV_AUTHOR
public static final String REV_LOG
public static final String REV_DATE
public static final String REV_ORIGINAL_DATE
public static final String NEEDS_LOCK
| Constructor Detail |
|---|
public Property()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||