Class SVNVersionedProperties
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNVersionedProperties
- Direct Known Subclasses:
SVNProperties13,SVNProperties14,SVNSimpleVersionedPropertiesImpl
public abstract class SVNVersionedProperties
extends java.lang.Object
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()compareTo(SVNVersionedProperties properties) abstract booleancontainsProperty(java.lang.String name) voidcopyTo(SVNVersionedProperties destination) booleanequals(SVNVersionedProperties props) protected SVNPropertiesjava.util.CollectiongetPropertyNames(java.util.Collection target) abstract SVNPropertyValuegetPropertyValue(java.lang.String name) java.lang.StringgetStringPropertyValue(java.lang.String name) booleanisEmpty()booleanprotected abstract SVNPropertiesprotected voidput(SVNProperties props) voidprotected voidsetModified(boolean modified) protected voidsetPropertiesMap(SVNProperties props) voidsetPropertyValue(java.lang.String name, SVNPropertyValue value) protected abstract SVNVersionedPropertieswrap(SVNProperties properties) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myProperties
-
myIsModified
private boolean myIsModified
-
-
Constructor Details
-
SVNVersionedProperties
-
-
Method Details
-
containsProperty
- Throws:
SVNException
-
getPropertyValue
- Throws:
SVNException
-
getStringPropertyValue
- Throws:
SVNException
-
isModified
public boolean isModified() -
setModified
protected void setModified(boolean modified) -
isEmpty
- Throws:
SVNException
-
getPropertyNames
- Throws:
SVNException
-
setPropertyValue
- Throws:
SVNException
-
compareTo
- Throws:
SVNException
-
copyTo
- Throws:
SVNException
-
removeAll
- Throws:
SVNException
-
equals
- Throws:
SVNException
-
asMap
- Throws:
SVNException
-
put
- Throws:
SVNException
-
getProperties
-
setPropertiesMap
-
wrap
-
loadProperties
- Throws:
SVNException
-