Class SVNSimpleVersionedPropertiesImpl
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNVersionedProperties
org.tmatesoft.svn.core.internal.wc.admin.SVNSimpleVersionedPropertiesImpl
- Version:
- 1.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsProperty
(java.lang.String name) getPropertyValue
(java.lang.String name) protected SVNProperties
protected SVNVersionedProperties
wrap
(SVNProperties properties) Methods inherited from class org.tmatesoft.svn.core.internal.wc.admin.SVNVersionedProperties
asMap, compareTo, copyTo, equals, getProperties, getPropertyNames, getStringPropertyValue, isEmpty, isModified, put, removeAll, setModified, setPropertiesMap, setPropertyValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
SVNSimpleVersionedPropertiesImpl
-
-
Method Details
-
containsProperty
- Specified by:
containsProperty
in classSVNVersionedProperties
- Throws:
SVNException
-
getPropertyValue
- Specified by:
getPropertyValue
in classSVNVersionedProperties
- Throws:
SVNException
-
loadProperties
- Specified by:
loadProperties
in classSVNVersionedProperties
- Throws:
SVNException
-
wrap
- Specified by:
wrap
in classSVNVersionedProperties
-