bool monitor
monitoring flag
Definition: AbstractConnection.qc.dox.h:65
static deprecated FilesystemConnection make(string name, string desc, string url, bool monitor, *hash opts, hash urlh)
DEPRECATED: static constructor.
class for filesystem connections; returns an object of type Qore::Dir; this can be used to monitor fi...
Definition: FilesystemConnection.qc.dox.h:32
const Options
FilesystemConnection object connection options.
Definition: FilesystemConnection.qc.dox.h:36
*hash opts
connection options
Definition: AbstractConnection.qc.dox.h:50
string name
connection name
Definition: AbstractConnection.qc.dox.h:35
string getType()
returns "dir"
Dir getImpl(bool connect=True, *hash rtopts)
returns a Qore::Dir object
hash urlh
broken down URL hash (as returned by Qore::parse_url())
Definition: AbstractConnection.qc.dox.h:53
const OptionList
FilesystemConnection object connection option list.
Definition: FilesystemConnection.qc.dox.h:41
abstract base class for connections
Definition: AbstractConnection.qc.dox.h:31
string desc
connection description
Definition: AbstractConnection.qc.dox.h:38
deprecated constructor(string name, string desc, string url, bool monitor, *hash opts, hash n_urlh)
DEPRECATED: creates the FilesystemConnection object.
string url
connection URL (potentially with password info)
Definition: AbstractConnection.qc.dox.h:41
hash getOptions()
gets options
hash< ConnectionConstructorInfo > getConstructorInfoImpl()
returns a hash that can be used to contruct the object dynamically
the ConnectionProvider namespace. All classes used in the ConnectionProvider module should be inside ...
Definition: AbstractConnection.qc.dox.h:27