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
SVNException
public abstract SVNPropertyValue getPropertyValue(java.lang.String name) throws SVNException
SVNException
public java.lang.String getStringPropertyValue(java.lang.String name) throws SVNException
SVNException
public boolean isModified()
protected void setModified(boolean modified)
public boolean isEmpty() throws SVNException
SVNException
public java.util.Collection getPropertyNames(java.util.Collection target) throws SVNException
SVNException
public void setPropertyValue(java.lang.String name, SVNPropertyValue value) throws SVNException
SVNException
public SVNVersionedProperties compareTo(SVNVersionedProperties properties) throws SVNException
SVNException
public void copyTo(SVNVersionedProperties destination) throws SVNException
SVNException
public void removeAll() throws SVNException
SVNException
public boolean equals(SVNVersionedProperties props) throws SVNException
SVNException
public SVNProperties asMap() throws SVNException
SVNException
protected void put(SVNProperties props) throws SVNException
SVNException
protected SVNProperties getProperties()
protected void setPropertiesMap(SVNProperties props)
protected abstract SVNVersionedProperties wrap(SVNProperties properties)
protected abstract SVNProperties loadProperties() throws SVNException
SVNException
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.