Class DAVProperties
java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.DAVProperties
- Version:
- 1.3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetPropertyValue
(DAVElement name) getURL()
boolean
void
setCollection
(boolean collection) void
setLoppedPath
(String loppedPath) void
setProperty
(DAVElement name, SVNPropertyValue value) void
-
Field Details
-
myProperties
-
myIsCollection
private boolean myIsCollection -
myURL
-
myLoppedPath
-
myOriginalURL
-
-
Constructor Details
-
DAVProperties
public DAVProperties()
-
-
Method Details
-
getURL
-
isCollection
public boolean isCollection() -
getProperties
-
getPropertyValue
-
setLoppedPath
-
getLoppedPath
-
setProperty
-
setURL
-
getOriginalURL
-
setCollection
public void setCollection(boolean collection)
-