public class SVNWCProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SVN_HASH_TERMINATOR |
Constructor and Description |
---|
SVNWCProperties(File properitesFile,
String path) |
Modifier and Type | Method and Description |
---|---|
static void |
appendProperty(String name,
SVNPropertyValue value,
OutputStream target) |
static void |
appendPropertyDeleted(String name,
OutputStream target) |
SVNProperties |
asMap() |
SVNProperties |
compareTo(SVNWCProperties properties) |
boolean |
compareTo(SVNWCProperties properties,
ISVNPropertyComparator comparator) |
File |
getFile() |
String |
getPath() |
String |
getPropertyValue(String name) |
OutputStream |
getPropertyValue(String name,
OutputStream os) |
boolean |
isEmpty() |
Collection |
properties(Collection target) |
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) |
public static final String SVN_HASH_TERMINATOR
public File getFile()
public String getPath()
public Collection properties(Collection target) throws SVNException
SVNException
public SVNProperties asMap() throws SVNException
SVNException
public boolean compareTo(SVNWCProperties properties, ISVNPropertyComparator comparator) throws SVNException
SVNException
public String getPropertyValue(String name) throws SVNException
SVNException
public OutputStream getPropertyValue(String name, OutputStream os) throws SVNException
SVNException
public void setPropertyValue(String name, SVNPropertyValue value) throws SVNException
SVNException
public void setPropertyValue(String name, InputStream is, int length) throws SVNException
SVNException
public void setProperties(SVNProperties properties) throws SVNException
SVNException
public SVNProperties compareTo(SVNWCProperties properties) throws SVNException
SVNException
public static void setProperties(SVNProperties namesToValues, File target, File tmpFile, String terminator) throws SVNException
SVNException
public static void setProperties(SVNProperties namesToValues, OutputStream target, String terminator) throws SVNException
SVNException
public static void appendProperty(String name, SVNPropertyValue value, OutputStream target) throws SVNException
SVNException
public static void appendPropertyDeleted(String name, OutputStream target) throws SVNException
SVNException
public boolean isEmpty()
Copyright © 2023. All rights reserved.