$darkmode
The File copy data provider class. More...
Inherits AbstractDataProvider.
Public Member Functions | |
| string | getName () |
| Returns the data provider name. | |
| hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info. | |
Public Attributes | |
| const | ProviderInfo |
| Provider info. | |
| const | ProviderSummaryInfo |
| Provider summary info. | |
| const | RequestType = new FileCopyRequestDataType() |
| Request type. | |
| const | ResponseType = new FileTargetResponseDataType() |
| Response type. | |
Protected Member Functions | |
| 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 copy data provider class.
|
protected |
Makes a request and returns the response.
| req | req the request info |
| request_options | the request options; will be processed by validateRequestOptions() |
| SAME-DIR-ERROR | If both paths point to the same file |
| DIR-STAT-ERROR | If stat call for the source path fails |
| PATH-EXISTS-ERROR | If destination path exists and overwrite flag is not set. |
|
protected |
Returns the description of a successful request message, if any.
|
protected |
Returns the description of a response message, if this object represents a response message.