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 boolean
containsProperty
(java.lang.String name) void
copyTo
(SVNVersionedProperties destination) boolean
equals
(SVNVersionedProperties props) protected SVNProperties
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
protected abstract SVNProperties
protected void
put
(SVNProperties props) void
protected void
setModified
(boolean modified) protected void
setPropertiesMap
(SVNProperties props) void
setPropertyValue
(java.lang.String name, SVNPropertyValue value) protected abstract SVNVersionedProperties
wrap
(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
-