Class SVNVersionedProperties
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNVersionedProperties
- Direct Known Subclasses:
SVNProperties13
,SVNProperties14
,SVNSimpleVersionedPropertiesImpl
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionasMap()
compareTo
(SVNVersionedProperties properties) abstract boolean
containsProperty
(String name) void
copyTo
(SVNVersionedProperties destination) boolean
equals
(SVNVersionedProperties props) protected SVNProperties
getPropertyNames
(Collection target) abstract SVNPropertyValue
getPropertyValue
(String name) getStringPropertyValue
(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
(String name, SVNPropertyValue value) protected abstract SVNVersionedProperties
wrap
(SVNProperties properties)
-
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
-