Package org.tigris.subversion.javahl
Class JavaHLPropertyData
- java.lang.Object
-
- org.tigris.subversion.javahl.PropertyData
-
- org.tigris.subversion.javahl.JavaHLPropertyData
-
public class JavaHLPropertyData extends PropertyData
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
-
Fields inherited from class org.tigris.subversion.javahl.PropertyData
EOL_STYLE, EXECUTABLE, EXECUTABLE_VALUE, EXTERNALS, IGNORE, KEYWORDS, MIME_TYPE, NEEDS_LOCK, REV_AUTHOR, REV_DATE, REV_LOG, REV_ORIGINAL_DATE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidremove(boolean recurse)remove this property from subversionvoidsetValue(byte[] newValue, boolean recurse)modify the byte array value of a property The string array value is clearedvoidsetValue(java.lang.String newValue, boolean recurse)modify the string value of a property The byte array value is cleared-
Methods inherited from class org.tigris.subversion.javahl.PropertyData
getData, getName, getPath, getValue
-
-
-
-
Method Detail
-
remove
public void remove(boolean recurse) throws ClientExceptionDescription copied from class:PropertyDataremove this property from subversion- Overrides:
removein classPropertyData- Parameters:
recurse- if operation should recurse directories- Throws:
ClientException
-
setValue
public void setValue(byte[] newValue, boolean recurse) throws ClientExceptionDescription copied from class:PropertyDatamodify the byte array value of a property The string array value is cleared- Overrides:
setValuein classPropertyData- Parameters:
newValue- the new byte array valuerecurse- if operation should recurse directories- Throws:
ClientException
-
setValue
public void setValue(java.lang.String newValue, boolean recurse) throws ClientExceptionDescription copied from class:PropertyDatamodify the string value of a property The byte array value is cleared- Overrides:
setValuein classPropertyData- Parameters:
newValue- the new string valuerecurse- if operation should recurse directories- Throws:
ClientException
-
-