The FTP client data provider class, provides API classes as children.
More...
#include <FtpClientDataProvider.qc.dox.h>
|
| constructor (*hash< auto > options) |
| Creates the object from constructor options.
|
|
| constructor (FtpClient ftp) |
| Creates the object from an FTP connection.
|
|
*list< hash< DataProviderSummaryInfo > > | getChildProviderSummaryInfo () |
| Return data provider summary info.
|
|
*string | getDesc () |
| Returns the data provider description.
|
|
string | getName () |
| Returns the data provider name.
|
|
|
static FtpClient | getFtpClientConnection (hash< auto > options) |
| Returns an FTP connection from constructor options.
|
|
static string | getPath (FtpClient ftp, string path1) |
| Returns the path based on the FtpClient's base path.
|
|
|
const | ConstructorOptions = ... |
| Constructor arguments.
|
|
const | ProviderInfo = ... |
| Provider info.
|
|
|
*AbstractDataProvider | getChildProviderImpl (string name) |
| Returns the given child provider or nothing if the given child is unknown.
|
|
*list< string > | getChildProviderNamesImpl () |
| Returns a list of child data provider names, if any.
|
|
hash< DataProviderInfo > | getStaticInfoImpl () |
| Returns data provider static info.
|
|
The FTP client data provider class, provides API classes as children.
◆ getChildProviderImpl()
*AbstractDataProvider FtpClientDataProvider::FtpClientDataProvider::getChildProviderImpl |
( |
string | name | ) |
|
|
protected |
Returns the given child provider or nothing if the given child is unknown.
- Returns
- the given child provider or nothing if the given child is unknown
- See also
- getChildProviderEx()
◆ getChildProviderNamesImpl()
*list< string > FtpClientDataProvider::FtpClientDataProvider::getChildProviderNamesImpl |
( |
| ) |
|
|
protected |
Returns a list of child data provider names, if any.
- Returns
- a list of child data provider names, if any