Class SVNProperties13
- java.lang.Object
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNVersionedProperties
-
- org.tmatesoft.svn.core.internal.wc.admin.SVNProperties13
-
public class SVNProperties13 extends SVNVersionedProperties
- Version:
- 1.3
-
-
Constructor Summary
Constructors Constructor Description SVNProperties13(SVNProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsProperty(java.lang.String name)
SVNPropertyValue
getPropertyValue(java.lang.String name)
protected SVNProperties
loadProperties()
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
-
-
-
-
Constructor Detail
-
SVNProperties13
public SVNProperties13(SVNProperties properties)
-
-
Method Detail
-
containsProperty
public boolean containsProperty(java.lang.String name) throws SVNException
- Specified by:
containsProperty
in classSVNVersionedProperties
- Throws:
SVNException
-
getPropertyValue
public SVNPropertyValue getPropertyValue(java.lang.String name) throws SVNException
- Specified by:
getPropertyValue
in classSVNVersionedProperties
- Throws:
SVNException
-
loadProperties
protected SVNProperties loadProperties() throws SVNException
- Specified by:
loadProperties
in classSVNVersionedProperties
- Throws:
SVNException
-
wrap
protected SVNVersionedProperties wrap(SVNProperties properties)
- Specified by:
wrap
in classSVNVersionedProperties
-
-