Class PropStat
java.lang.Object
com.ithit.webdav.server.exceptions.PropStat
Status for a number of properties to be included into multistatus response.
-
Constructor Summary
ConstructorDescriptionPropStat
(Property[] property, WebDavStatus status, String description) Initializes new instance. -
Method Summary
Modifier and TypeMethodDescriptionDescription for the response.Retrieves list of properties with the same status.Retrieves status.
-
Constructor Details
-
PropStat
Initializes new instance.- Parameters:
property
- List of properties with the same status.status
- Status for these properties.description
- Description.
-
-
Method Details
-
getStatus
Retrieves status.- Returns:
- Status.
-
getProperties
Retrieves list of properties with the same status.- Returns:
- List of properties.
-
getDescription
Description for the response.- Returns:
- Description.
-