Class InputProcessor

Main input processor which figures out the type of input it receives and delegates the processing into separate individual processors.

Constructors

Properties

processors: Map<string, AbstractInputProcessor> = ...
processor: InputProcessor = ...

Methods