Class SVNWCProperties
java.lang.Object
org.tmatesoft.svn.core.internal.wc.SVNWCProperties
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidappendProperty(String name, SVNPropertyValue value, OutputStream target) static voidappendPropertyDeleted(String name, OutputStream target) asMap()compareTo(SVNWCProperties properties) booleancompareTo(SVNWCProperties properties, ISVNPropertyComparator comparator) private static booleancopyProperties(InputStream is, OutputStream os, String name, InputStream value, int length) getFile()getPath()getPropertyValue(String name) getPropertyValue(String name, OutputStream os) booleanisEmpty()properties(Collection target) private static intreadLength(InputStream is, char type) private static booleanreadProperty(char type, InputStream is, OutputStream os) voidsetProperties(SVNProperties properties) static voidsetProperties(SVNProperties namesToValues, File target, File tmpFile, String terminator) static voidsetProperties(SVNProperties namesToValues, OutputStream target, String terminator) voidsetPropertyValue(String name, InputStream is, int length) voidsetPropertyValue(String name, SVNPropertyValue value) private static voidwriteProperty(OutputStream os, char type, byte[] value) private static voidwriteProperty(OutputStream os, char type, InputStream value, int length)
-
Field Details
-
SVN_HASH_TERMINATOR
- See Also:
-
myFile
-
myPath
-
-
Constructor Details
-
SVNWCProperties
-
-
Method Details
-
getFile
-
getPath
-
properties
- Throws:
SVNException
-
asMap
- Throws:
SVNException
-
compareTo
public boolean compareTo(SVNWCProperties properties, ISVNPropertyComparator comparator) throws SVNException - Throws:
SVNException
-
getPropertyValue
- Throws:
SVNException
-
getPropertyValue
- Throws:
SVNException
-
setPropertyValue
- Throws:
SVNException
-
setPropertyValue
- Throws:
SVNException
-
setProperties
- Throws:
SVNException
-
compareTo
- Throws:
SVNException
-
setProperties
public static void setProperties(SVNProperties namesToValues, File target, File tmpFile, String terminator) throws SVNException - Throws:
SVNException
-
setProperties
public static void setProperties(SVNProperties namesToValues, OutputStream target, String terminator) throws SVNException - Throws:
SVNException
-
appendProperty
public static void appendProperty(String name, SVNPropertyValue value, OutputStream target) throws SVNException - Throws:
SVNException
-
appendPropertyDeleted
- Throws:
SVNException
-
copyProperties
private static boolean copyProperties(InputStream is, OutputStream os, String name, InputStream value, int length) throws SVNException - Throws:
SVNException
-
readProperty
- Throws:
IOException
-
writeProperty
- Throws:
IOException
-
writeProperty
private static void writeProperty(OutputStream os, char type, InputStream value, int length) throws IOException - Throws:
IOException
-
readLength
- Throws:
IOException
-
isEmpty
public boolean isEmpty()
-