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 booleancontainsProperty(String name) voidcopyTo(SVNVersionedProperties destination) booleanequals(SVNVersionedProperties props) protected SVNPropertiesgetPropertyNames(Collection target) abstract SVNPropertyValuegetPropertyValue(String name) getStringPropertyValue(String name) booleanisEmpty()booleanprotected abstract SVNPropertiesprotected voidput(SVNProperties props) voidprotected voidsetModified(boolean modified) protected voidsetPropertiesMap(SVNProperties props) voidsetPropertyValue(String name, SVNPropertyValue value) protected abstract SVNVersionedPropertieswrap(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
-