Package org.tigris.subversion.javahl
Class JavaHLPropertyData
java.lang.Object
org.tigris.subversion.javahl.PropertyData
org.tigris.subversion.javahl.JavaHLPropertyData
- Version:
- 1.3
-
Field Summary
FieldsFields 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 -
Constructor Summary
ConstructorsConstructorDescriptionJavaHLPropertyData(SVNClientImpl clientImpl, SVNClient cl, java.lang.String p, java.lang.String n, java.lang.String v, byte[] d) -
Method Summary
Modifier and TypeMethodDescriptionvoidremove(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 clearedMethods inherited from class org.tigris.subversion.javahl.PropertyData
getData, getName, getPath, getValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myClientImpl
-
-
Constructor Details
-
JavaHLPropertyData
JavaHLPropertyData(SVNClientImpl clientImpl, SVNClient cl, java.lang.String p, java.lang.String n, java.lang.String v, byte[] d)
-
-
Method Details
-
remove
Description copied from class:PropertyDataremove this property from subversion- Overrides:
removein classPropertyData- Parameters:
recurse- if operation should recurse directories- Throws:
ClientException
-
setValue
Description 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
Description 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
-