Class SVNWCProperties
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.SVNWCProperties
-
public class SVNWCProperties extends java.lang.Object
- Version:
- 1.3
- Author:
- TMate Software Ltd.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SVN_HASH_TERMINATOR
-
Constructor Summary
Constructors Constructor Description SVNWCProperties(java.io.File properitesFile, java.lang.String path)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
appendProperty(java.lang.String name, SVNPropertyValue value, java.io.OutputStream target)
static void
appendPropertyDeleted(java.lang.String name, java.io.OutputStream target)
SVNProperties
asMap()
SVNProperties
compareTo(SVNWCProperties properties)
boolean
compareTo(SVNWCProperties properties, ISVNPropertyComparator comparator)
java.io.File
getFile()
java.lang.String
getPath()
java.lang.String
getPropertyValue(java.lang.String name)
java.io.OutputStream
getPropertyValue(java.lang.String name, java.io.OutputStream os)
boolean
isEmpty()
java.util.Collection
properties(java.util.Collection target)
void
setProperties(SVNProperties properties)
static void
setProperties(SVNProperties namesToValues, java.io.File target, java.io.File tmpFile, java.lang.String terminator)
static void
setProperties(SVNProperties namesToValues, java.io.OutputStream target, java.lang.String terminator)
void
setPropertyValue(java.lang.String name, java.io.InputStream is, int length)
void
setPropertyValue(java.lang.String name, SVNPropertyValue value)
-
-
-
Field Detail
-
SVN_HASH_TERMINATOR
public static final java.lang.String SVN_HASH_TERMINATOR
- See Also:
- Constant Field Values
-
-
Method Detail
-
getFile
public java.io.File getFile()
-
getPath
public java.lang.String getPath()
-
properties
public java.util.Collection properties(java.util.Collection target) throws SVNException
- Throws:
SVNException
-
asMap
public SVNProperties asMap() throws SVNException
- Throws:
SVNException
-
compareTo
public boolean compareTo(SVNWCProperties properties, ISVNPropertyComparator comparator) throws SVNException
- Throws:
SVNException
-
getPropertyValue
public java.lang.String getPropertyValue(java.lang.String name) throws SVNException
- Throws:
SVNException
-
getPropertyValue
public java.io.OutputStream getPropertyValue(java.lang.String name, java.io.OutputStream os) throws SVNException
- Throws:
SVNException
-
setPropertyValue
public void setPropertyValue(java.lang.String name, SVNPropertyValue value) throws SVNException
- Throws:
SVNException
-
setPropertyValue
public void setPropertyValue(java.lang.String name, java.io.InputStream is, int length) throws SVNException
- Throws:
SVNException
-
setProperties
public void setProperties(SVNProperties properties) throws SVNException
- Throws:
SVNException
-
compareTo
public SVNProperties compareTo(SVNWCProperties properties) throws SVNException
- Throws:
SVNException
-
setProperties
public static void setProperties(SVNProperties namesToValues, java.io.File target, java.io.File tmpFile, java.lang.String terminator) throws SVNException
- Throws:
SVNException
-
setProperties
public static void setProperties(SVNProperties namesToValues, java.io.OutputStream target, java.lang.String terminator) throws SVNException
- Throws:
SVNException
-
appendProperty
public static void appendProperty(java.lang.String name, SVNPropertyValue value, java.io.OutputStream target) throws SVNException
- Throws:
SVNException
-
appendPropertyDeleted
public static void appendPropertyDeleted(java.lang.String name, java.io.OutputStream target) throws SVNException
- Throws:
SVNException
-
isEmpty
public boolean isEmpty()
-
-