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 TypeMethodDescriptionvoid
remove
(boolean recurse) remove this property from subversionvoid
setValue
(byte[] newValue, boolean recurse) modify the byte array value of a property The string array value is clearedvoid
setValue
(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, getValue
Methods 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:PropertyData
remove this property from subversion- Overrides:
remove
in classPropertyData
- Parameters:
recurse
- if operation should recurse directories- Throws:
ClientException
-
setValue
Description copied from class:PropertyData
modify the byte array value of a property The string array value is cleared- Overrides:
setValue
in classPropertyData
- Parameters:
newValue
- the new byte array valuerecurse
- if operation should recurse directories- Throws:
ClientException
-
setValue
Description copied from class:PropertyData
modify the string value of a property The byte array value is cleared- Overrides:
setValue
in classPropertyData
- Parameters:
newValue
- the new string valuerecurse
- if operation should recurse directories- Throws:
ClientException
-