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, java.lang.String entryName) -
Method Summary
Modifier and TypeMethodDescriptionboolean
containsProperty
(java.lang.String name) private int
getIndex
(java.lang.String[] array, java.lang.String element) getPropertyValue
(java.lang.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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
myAdminArea
-
myEntryName
private java.lang.String myEntryName
-
-
Constructor Details
-
SVNProperties14
-
-
Method Details
-
containsProperty
- Specified by:
containsProperty
in classSVNVersionedProperties
- Throws:
SVNException
-
getPropertyValue
- Specified by:
getPropertyValue
in classSVNVersionedProperties
- Throws:
SVNException
-
getIndex
private int getIndex(java.lang.String[] array, java.lang.String element) -
wrap
- Specified by:
wrap
in classSVNVersionedProperties
-