string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:42
string name
connection name
Definition: AbstractConnection.qc.dox.h:36
abstract base class for connections
Definition: AbstractConnectionWithInfo.qc.dox.h:30
class for filesystem connections; returns an object of type Qore::Dir
Definition: FilesystemConnection.qc.dox.h:35
hash< ConnectionSchemeInfo > getConnectionSchemeInfoImpl()
Returns the ConnectionSchemeInfo hash for this object.
constructor(string name, string description, string url, hash attributes={}, hash options={})
creates the FilesystemConnection object
const ConnectionScheme
Connection entry info.
Definition: FilesystemConnection.qc.dox.h:39
string getType()
returns "dir"
Dir getImpl(bool connect=True, *hash rtopts)
returns a Qore::Dir object
hash< auto > hash(object obj)
the ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside ...
Definition: AbstractConnection.qc.dox.h:26