Enhancement #286

Updated by J. Moringen over 6 years ago

It should be possible to introspect connectors (precisely connector implementations):
* This should work without instantiating the connectors, if possible
* The obtained information should be sufficiently detailed to generate
** Configuration file schemas
** Commandline option descriptions (when these get implemented)
** Help texts

Introspection should yield:
* Supported (URI-)schemes
* Wire-type
* "Remoteness", see #1027 #1027, #1028, #1029, #1030
* Configuration options

Back