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 TypeMethodDescriptionbooleancontainsProperty(java.lang.String name) getPropertyValue(java.lang.String name) protected SVNPropertiesprotected SVNVersionedPropertieswrap(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, setPropertyValueMethods 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:
containsPropertyin classSVNVersionedProperties- Throws:
SVNException
-
getPropertyValue
- Specified by:
getPropertyValuein classSVNVersionedProperties- Throws:
SVNException
-
loadProperties
- Specified by:
loadPropertiesin classSVNVersionedProperties- Throws:
SVNException
-
wrap
- Specified by:
wrapin classSVNVersionedProperties
-