public class JavaHLPropertyData extends PropertyData
| Modifier and Type | Field and Description |
|---|---|
private SVNClientImpl |
myClientImpl |
EOL_STYLE, EXECUTABLE, EXECUTABLE_VALUE, EXTERNALS, IGNORE, KEYWORDS, MIME_TYPE, NEEDS_LOCK, REV_AUTHOR, REV_DATE, REV_LOG, REV_ORIGINAL_DATE| Constructor and Description |
|---|
JavaHLPropertyData(SVNClientImpl clientImpl,
SVNClient cl,
java.lang.String p,
java.lang.String n,
java.lang.String v,
byte[] d) |
| Modifier and Type | Method and Description |
|---|---|
void |
remove(boolean recurse)
remove this property from subversion
|
void |
setValue(byte[] newValue,
boolean recurse)
modify the byte array value of a property
The string array value is cleared
|
void |
setValue(java.lang.String newValue,
boolean recurse)
modify the string value of a property
The byte array value is cleared
|
getData, getName, getPath, getValueprivate SVNClientImpl myClientImpl
JavaHLPropertyData(SVNClientImpl clientImpl, SVNClient cl, java.lang.String p, java.lang.String n, java.lang.String v, byte[] d)
public void remove(boolean recurse)
throws ClientException
PropertyDataremove in class PropertyDatarecurse - if operation should recurse directoriesClientExceptionpublic void setValue(byte[] newValue,
boolean recurse)
throws ClientException
PropertyDatasetValue in class PropertyDatanewValue - the new byte array valuerecurse - if operation should recurse directoriesClientExceptionpublic void setValue(java.lang.String newValue,
boolean recurse)
throws ClientException
PropertyDatasetValue in class PropertyDatanewValue - the new string valuerecurse - if operation should recurse directoriesClientException