public class DAVProperties
extends java.lang.Object
Constructor and Description |
---|
DAVProperties() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLoppedPath() |
java.lang.String |
getOriginalURL() |
java.util.Map |
getProperties() |
SVNPropertyValue |
getPropertyValue(DAVElement name) |
java.lang.String |
getURL() |
boolean |
isCollection() |
void |
setCollection(boolean collection) |
void |
setLoppedPath(java.lang.String loppedPath) |
void |
setProperty(DAVElement name,
SVNPropertyValue value) |
void |
setURL(java.lang.String url) |
public java.lang.String getURL()
public boolean isCollection()
public java.util.Map getProperties()
public SVNPropertyValue getPropertyValue(DAVElement name)
public void setLoppedPath(java.lang.String loppedPath)
public java.lang.String getLoppedPath()
public void setProperty(DAVElement name, SVNPropertyValue value)
public void setURL(java.lang.String url)
public java.lang.String getOriginalURL()
public void setCollection(boolean collection)
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.