com.ithit.webdav.server.exceptions
Class PropStat

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

public class PropStat
extends java.lang.Object

Status for a number of properties to be included into multistatus response.


Constructor Summary
PropStat(Property[] property, WebDavStatus status, java.lang.String description)
          Initializes new instance.
 
Method Summary
 java.lang.String getDescription()
          Description for the response.
 java.util.List<Property> getProperties()
          Retrieves list of properties with the same status.
 WebDavStatus getStatus()
          Retrieves status.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropStat

public PropStat(Property[] property,
                WebDavStatus status,
                java.lang.String description)
Initializes new instance.

Parameters:
property - list of properties with the same status.
status - status for these properties.
description - description.
Method Detail

getStatus

public WebDavStatus getStatus()
Retrieves status.

Returns:
status.

getProperties

public java.util.List<Property> getProperties()
Retrieves list of properties with the same status.

Returns:
list of properties.

getDescription

public java.lang.String getDescription()
Description for the response.

Returns:
description.


Copyright © 2009 ITHit. All Rights Reserved.