BaseDavResourcePlugin

Undocumented in source.

Members

Functions

canGetProperty
bool canGetProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
canGetStream
bool canGetStream(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
canRemoveProperty
bool canRemoveProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
canSetContent
bool canSetContent(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.
canSetProperty
bool canSetProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
copyPropertiesTo
void copyPropertiesTo(URL source, URL destination)
Undocumented in source. Be warned that the author may not have intended to support it.
property
DavProp property(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
removeProperty
HTTPStatus removeProperty(DavResource resource, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
setContent
void setContent(DavResource resource, ubyte[] content)
Undocumented in source. Be warned that the author may not have intended to support it.
setContent
void setContent(DavResource resource, InputStream content, ulong size)
Undocumented in source. Be warned that the author may not have intended to support it.
setProperty
HTTPStatus setProperty(DavResource resource, string name, DavProp prop)
Undocumented in source. Be warned that the author may not have intended to support it.
stream
InputStream stream(DavResource resource)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From IDavResourcePlugin

canSetContent
bool canSetContent(DavResource resource)
Undocumented in source.
canGetStream
bool canGetStream(DavResource resource)
Undocumented in source.
canGetProperty
bool canGetProperty(DavResource resource, string name)
Undocumented in source.
canSetProperty
bool canSetProperty(DavResource resource, string name)
Undocumented in source.
canRemoveProperty
bool canRemoveProperty(DavResource resource, string name)
Undocumented in source.
setContent
void setContent(DavResource resource, ubyte[] content)
Undocumented in source.
setContent
void setContent(DavResource resource, InputStream content, ulong size)
Undocumented in source.
stream
InputStream stream(DavResource resource)
Undocumented in source.
copyPropertiesTo
void copyPropertiesTo(URL source, URL destination)
Undocumented in source.
property
DavProp property(DavResource resource, string name)
Undocumented in source.
setProperty
HTTPStatus setProperty(DavResource resource, string name, DavProp prop)
Undocumented in source.
removeProperty
HTTPStatus removeProperty(DavResource resource, string name)
Undocumented in source.
name
string name [@property getter]
Undocumented in source.

Meta