public class DAVProperties extends Object
Constructor and Description |
---|
DAVProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getLoppedPath() |
String |
getOriginalURL() |
Map |
getProperties() |
SVNPropertyValue |
getPropertyValue(DAVElement name) |
String |
getURL() |
boolean |
isCollection() |
void |
setCollection(boolean collection) |
void |
setLoppedPath(String loppedPath) |
void |
setProperty(DAVElement name,
SVNPropertyValue value) |
void |
setURL(String url) |
public String getURL()
public boolean isCollection()
public Map getProperties()
public SVNPropertyValue getPropertyValue(DAVElement name)
public void setLoppedPath(String loppedPath)
public String getLoppedPath()
public void setProperty(DAVElement name, SVNPropertyValue value)
public void setURL(String url)
public String getOriginalURL()
public void setCollection(boolean collection)
Copyright © 2022. All rights reserved.