Class PropStat

java.lang.Object
com.ithit.webdav.server.exceptions.PropStat

public class PropStat extends Object
Status for a number of properties to be included into multistatus response.
  • Constructor Details

    • PropStat

      public PropStat(Property[] property, WebDavStatus status, String description)
      Initializes new instance.
      Parameters:
      property - List of properties with the same status.
      status - Status for these properties.
      description - Description.
  • Method Details

    • getStatus

      public WebDavStatus getStatus()
      Retrieves status.
      Returns:
      Status.
    • getProperties

      public List<Property> getProperties()
      Retrieves list of properties with the same status.
      Returns:
      List of properties.
    • getDescription

      public String getDescription()
      Description for the response.
      Returns:
      Description.