public class JavaHLPropertyData extends PropertyData
EOL_STYLE, EXECUTABLE, EXECUTABLE_VALUE, EXTERNALS, IGNORE, KEYWORDS, MIME_TYPE, NEEDS_LOCK, REV_AUTHOR, REV_DATE, REV_LOG, REV_ORIGINAL_DATE| 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(String newValue,
boolean recurse)
modify the string value of a property
The byte array value is cleared
|
getData, getName, getPath, getValuepublic 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(String newValue, boolean recurse) throws ClientException
PropertyDatasetValue in class PropertyDatanewValue - the new string valuerecurse - if operation should recurse directoriesClientExceptionCopyright © 2025. All rights reserved.