The File stat data provider class.
More...
#include <FileStatDataProvider.qc.dox.h>
Inherits AbstractDataProvider.
|
*string | getDesc () |
| Returns the data provider description.
|
|
string | getName () |
| Returns the data provider name.
|
|
hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info.
|
|
|
auto | doRequestImpl (auto req, *hash< auto > request_options) |
| Makes a request and returns the response. More...
|
|
*AbstractDataProviderType | getRequestTypeImpl () |
| Returns the description of a successful request message, if any. More...
|
|
*AbstractDataProviderType | getResponseTypeImpl () |
| Returns the description of a response message, if this object represents a response message. More...
|
|
The File stat data provider class.
◆ doRequestImpl()
auto FileDataProvider::FileStatDataProvider::doRequestImpl |
( |
auto |
req, |
|
|
*hash< auto > |
request_options |
|
) |
| |
|
private |
Makes a request and returns the response.
- Parameters
-
req | the request info |
request_options | the request options; will be processed by validateRequestOptions() |
- Returns
- the response to the request
- Exceptions
-
STAT-ERROR | if the path cannot be read |
◆ getRequestTypeImpl()
*AbstractDataProviderType FileDataProvider::FileStatDataProvider::getRequestTypeImpl |
( |
| ) |
|
|
private |
Returns the description of a successful request message, if any.
- Returns
- the request type for this provider
◆ getResponseTypeImpl()
*AbstractDataProviderType FileDataProvider::FileStatDataProvider::getResponseTypeImpl |
( |
| ) |
|
|
private |
Returns the description of a response message, if this object represents a response message.
- Returns
- the response type for this response message