Enhancement #322

Updated by J. Moringen over 6 years ago

It should be possible to query the supported configuration options of connectors:
* 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:
* Name ✓
* Supported (URI-)schemes
* Wire-type
* "Remoteness", see #1028 ✓
* Configuration options

Back