Processor
public abstract class Processor
| Method Summary | |
|---|---|
| void | configure(Command command) Configures command to be able to process it later. |
| protected Boolean|null | getSwitchValue(InputInterface input, string name) Returns correct value for input switch. |
public void configure(Command command)
Configures command to be able to process it later.
protected Boolean|null getSwitchValue(InputInterface input, string name)
Returns correct value for input switch.
Abstract base processor.