The base file data provider class.
Definition FileDataProviderBase.qc.dox.h:28
bool lock
Lock down access to the root?
Definition FileDataProviderBase.qc.dox.h:40
bool readonly
Read only flag.
Definition FileDataProviderBase.qc.dox.h:43
*string root
Any anchoring dir for filesystem actions.
Definition FileDataProviderBase.qc.dox.h:37
The File delete data provider class.
Definition FileDeleteDataProvider.qc.dox.h:28
const ProviderSummaryInfo
Provider summary info.
Definition FileDeleteDataProvider.qc.dox.h:36
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
string getName()
Returns the data provider name.
constructor(*hash< auto > options)
Creates the object from constructor options.
const RequestType
Request type.
Definition FileDeleteDataProvider.qc.dox.h:40
const ProviderInfo
Provider info.
Definition FileDeleteDataProvider.qc.dox.h:32
*AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
*AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
constructor(*string root, *bool lock, *bool readonly)
Creates the object from the arguments.
Data type for delete file request calls.
Definition FilePathDataType.qc.dox.h:27
Qore FileDataProvider module definition.
Definition FileCopyDataProvider.qc.dox.h:26