Class DAVProperties

java.lang.Object
org.tmatesoft.svn.core.internal.io.dav.DAVProperties

public class DAVProperties extends Object
Version:
1.3
  • Field Details

    • myProperties

      private Map myProperties
    • myIsCollection

      private boolean myIsCollection
    • myURL

      private String myURL
    • myLoppedPath

      private String myLoppedPath
    • myOriginalURL

      private String myOriginalURL
  • Constructor Details

    • DAVProperties

      public DAVProperties()
  • Method Details

    • getURL

      public String getURL()
    • isCollection

      public boolean isCollection()
    • getProperties

      public Map getProperties()
    • getPropertyValue

      public SVNPropertyValue getPropertyValue(DAVElement name)
    • setLoppedPath

      public void setLoppedPath(String loppedPath)
    • getLoppedPath

      public String getLoppedPath()
    • setProperty

      public void setProperty(DAVElement name, SVNPropertyValue value)
    • setURL

      public void setURL(String url)
    • getOriginalURL

      public String getOriginalURL()
    • setCollection

      public void setCollection(boolean collection)