|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.webdav.request.PropPatchRequest
public final class PropPatchRequest
represents PROPPATCH request.
| Nested Class Summary | |
|---|---|
static class |
PropPatchRequest.OperationType
defines the operation types of the PROPPATCH request. |
static class |
PropPatchRequest.PropPatchOperation
a single PROPPATCH operation. |
| Constructor Summary | |
|---|---|
PropPatchRequest(java.io.InputStream in,
java.net.URI resource)
creates a new PropPatchRequest. |
|
| Method Summary | |
|---|---|
java.util.List<PropPatchRequest.PropPatchOperation> |
getOperations()
returns an unmodifiable view of the PROPPATCH operations. |
java.net.URI |
getResourceURI()
returns the URI of the resource to be patched. |
java.lang.String |
toString()
returns a string representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropPatchRequest(java.io.InputStream in,
java.net.URI resource)
PropPatchRequest.
in - the input stream to parse the XML fromresource - the URI of the resource to be patched| Method Detail |
|---|
public java.util.List<PropPatchRequest.PropPatchOperation> getOperations()
public java.net.URI getResourceURI()
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||