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 void
appendProperty
(String name, SVNPropertyValue value, OutputStream target) static void
appendPropertyDeleted
(String name, OutputStream target) asMap()
compareTo
(SVNWCProperties properties) boolean
compareTo
(SVNWCProperties properties, ISVNPropertyComparator comparator) private static boolean
copyProperties
(InputStream is, OutputStream os, String name, InputStream value, int length) getFile()
getPath()
getPropertyValue
(String name) getPropertyValue
(String name, OutputStream os) boolean
isEmpty()
properties
(Collection target) private static int
readLength
(InputStream is, char type) private static boolean
readProperty
(char type, InputStream is, OutputStream os) void
setProperties
(SVNProperties properties) static void
setProperties
(SVNProperties namesToValues, File target, File tmpFile, String terminator) static void
setProperties
(SVNProperties namesToValues, OutputStream target, String terminator) void
setPropertyValue
(String name, InputStream is, int length) void
setPropertyValue
(String name, SVNPropertyValue value) private static void
writeProperty
(OutputStream os, char type, byte[] value) private static void
writeProperty
(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()
-