Resolve a RuntimeAdapter by name or by auto-detection.
Returns a noop adapter if no adapter matches (never throws).
Optional
Explicit runtime name. When omitted, each registered adapter's detect() method is called in order and the first match is returned.
detect()
The matched adapter, or a noop adapter if none matches.
Resolve a RuntimeAdapter by name or by auto-detection.
Returns a noop adapter if no adapter matches (never throws).