|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.webdav.client.PropertyStatus
public class PropertyStatus
A PropertyStatus
holds the WebDAV server's response from
a client's request to retrieve a particular property.
Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.
Constructor Summary | |
---|---|
PropertyStatus(Element property,
int statusCode,
String statusMessage)
Create a new property status from the given property and the specified status. |
Method Summary | |
---|---|
Element |
getProperty()
Return the requested property as an Element . |
QualifiedName |
getPropertyName()
Return the requested property's name. |
int |
getStatusCode()
Return the status code that resulted from retrieving (or attempting to retrieve) this property status' property. |
String |
getStatusMessage()
Return the status message that resulted from retrieving (or attempting to retrieve) this property status' property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertyStatus(Element property, int statusCode, String statusMessage)
property
- the requested propertystatusCode
- the resulting status codestatusMessage
- the resulting status messageMethod Detail |
---|
public Element getProperty()
Element
. The
element will not have any children if the property could not be
retrieved as indicated by the status.
public QualifiedName getPropertyName() throws MalformedElementException
MalformedElementException
public int getStatusCode()
public String getStatusMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |