Package | Description |
---|---|
net.bluemind.dav.server.proto | |
net.bluemind.dav.server.store | |
net.bluemind.dav.server.tests |
Modifier and Type | Method and Description |
---|---|
static Depth |
Depth.fromHeader(java.lang.String s) |
Depth |
DavQuery.getDepth() |
static Depth |
Depth.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Depth[] |
Depth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DavQuery.setDepth(Depth depth) |
Modifier and Type | Method and Description |
---|---|
java.util.List<DavResource> |
DavStore.addChildren(DavResource dr,
Depth depth) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Document |
DavClient.propfind(java.lang.String path,
java.lang.String template,
Depth d) |
Copyright © 2021. All Rights Reserved.