Class SVNProperties14
java.lang.Object
org.tmatesoft.svn.core.internal.wc.admin.SVNVersionedProperties
org.tmatesoft.svn.core.internal.wc.admin.SVNProperties14
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSVNProperties14
(SVNProperties props, SVNAdminArea14 adminArea, String entryName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsProperty
(String name) private int
getPropertyValue
(String name) 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, loadProperties, put, removeAll, setModified, setPropertiesMap, setPropertyValue
-
Field Details
-
myAdminArea
-
myEntryName
-
-
Constructor Details
-
SVNProperties14
-
-
Method Details
-
containsProperty
- Specified by:
containsProperty
in classSVNVersionedProperties
- Throws:
SVNException
-
getPropertyValue
- Specified by:
getPropertyValue
in classSVNVersionedProperties
- Throws:
SVNException
-
getIndex
-
wrap
- Specified by:
wrap
in classSVNVersionedProperties
-