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:
* Name ✓
*
Supported (URI-)schemes
* Wire-type
* "Remoteness", see #1027
* Configuration options

Back