public interface ISVNProperty
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EOL_STYLE
how the end of line code should be treated during retrieval
|
static java.lang.String |
EXECUTABLE
flag if the file should be made excutable during retrieval
|
static java.lang.String |
EXECUTABLE_VALUE
value for svn:executable
|
static java.lang.String |
EXTERNALS
list of directory managed outside of this working copy
|
static java.lang.String |
IGNORE
list of filenames with wildcards which should be ignored by add and
status
|
static java.lang.String |
KEYWORDS
list of keywords to be expanded during retrieval
|
static java.lang.String |
MIME_TYPE
mime type of the entry, used to flag binary files
|
static java.lang.String |
REV_AUTHOR
the author of the revision
|
static java.lang.String |
REV_DATE
the date of the revision
|
static java.lang.String |
REV_LOG
the log message of the revision
|
static java.lang.String |
REV_ORIGINAL_DATE
the original date of the revision
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getData()
Returns the byte array value of the property
There is no protocol if a property is a string or a binary value
|
java.io.File |
getFile() |
java.lang.String |
getName() |
SVNUrl |
getUrl() |
java.lang.String |
getValue()
Returns the string value of the property.
|
static final java.lang.String MIME_TYPE
static final java.lang.String IGNORE
static final java.lang.String EOL_STYLE
static final java.lang.String KEYWORDS
static final java.lang.String EXECUTABLE
static final java.lang.String EXECUTABLE_VALUE
static final java.lang.String EXTERNALS
static final java.lang.String REV_AUTHOR
static final java.lang.String REV_LOG
static final java.lang.String REV_DATE
static final java.lang.String REV_ORIGINAL_DATE
java.lang.String getName()
java.lang.String getValue()
java.io.File getFile()
SVNUrl getUrl()
byte[] getData()