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, getValue
public void remove(boolean recurse) throws ClientException
PropertyData
remove
in class PropertyData
recurse
- if operation should recurse directoriesClientException
public void setValue(byte[] newValue, boolean recurse) throws ClientException
PropertyData
setValue
in class PropertyData
newValue
- the new byte array valuerecurse
- if operation should recurse directoriesClientException
public void setValue(String newValue, boolean recurse) throws ClientException
PropertyData
setValue
in class PropertyData
newValue
- the new string valuerecurse
- if operation should recurse directoriesClientException
Copyright © 2019. All rights reserved.