public abstract class SVNVersionedProperties
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
SVNVersionedProperties(SVNProperties props) |
| Modifier and Type | Method and Description |
|---|---|
SVNProperties |
asMap() |
SVNVersionedProperties |
compareTo(SVNVersionedProperties properties) |
abstract boolean |
containsProperty(java.lang.String name) |
void |
copyTo(SVNVersionedProperties destination) |
boolean |
equals(SVNVersionedProperties props) |
protected SVNProperties |
getProperties() |
java.util.Collection |
getPropertyNames(java.util.Collection target) |
abstract SVNPropertyValue |
getPropertyValue(java.lang.String name) |
java.lang.String |
getStringPropertyValue(java.lang.String name) |
boolean |
isEmpty() |
boolean |
isModified() |
protected abstract SVNProperties |
loadProperties() |
protected void |
put(SVNProperties props) |
void |
removeAll() |
protected void |
setModified(boolean modified) |
protected void |
setPropertiesMap(SVNProperties props) |
void |
setPropertyValue(java.lang.String name,
SVNPropertyValue value) |
protected abstract SVNVersionedProperties |
wrap(SVNProperties properties) |
protected SVNVersionedProperties(SVNProperties props)
public abstract boolean containsProperty(java.lang.String name)
throws SVNException
SVNExceptionpublic abstract SVNPropertyValue getPropertyValue(java.lang.String name) throws SVNException
SVNExceptionpublic java.lang.String getStringPropertyValue(java.lang.String name)
throws SVNException
SVNExceptionpublic boolean isModified()
protected void setModified(boolean modified)
public boolean isEmpty()
throws SVNException
SVNExceptionpublic java.util.Collection getPropertyNames(java.util.Collection target)
throws SVNException
SVNExceptionpublic void setPropertyValue(java.lang.String name,
SVNPropertyValue value)
throws SVNException
SVNExceptionpublic SVNVersionedProperties compareTo(SVNVersionedProperties properties) throws SVNException
SVNExceptionpublic void copyTo(SVNVersionedProperties destination) throws SVNException
SVNExceptionpublic void removeAll()
throws SVNException
SVNExceptionpublic boolean equals(SVNVersionedProperties props) throws SVNException
SVNExceptionpublic SVNProperties asMap() throws SVNException
SVNExceptionprotected void put(SVNProperties props) throws SVNException
SVNExceptionprotected SVNProperties getProperties()
protected void setPropertiesMap(SVNProperties props)
protected abstract SVNVersionedProperties wrap(SVNProperties properties)
protected abstract SVNProperties loadProperties() throws SVNException
SVNExceptionCopyright © 2004-2012 TMate Software Ltd. All Rights Reserved.