35 const ProviderInfo = ...;
The base file data provider class.
Definition FileDataProviderBase.qc.dox.h:28
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
string getName()
Returns the data provider name.
*string getDesc()
Returns the data provider description.
constructor(*hash< auto > options)
Creates the object from constructor options.
*AbstractDataProvider getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
hash< DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
*list< hash< DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
Qore FileDataProvider module definition.
Definition FileCopyDataProvider.qc.dox.h:26
const AppName
Generic app name for the server filesystem.
Definition FileDataProvider.qc.dox.h:28