BaseCommand constructor

BaseCommand(
  1. CommandContextFactory commandContextFactory
)

Implementation

BaseCommand(final CommandContextFactory commandContextFactory)
: _commandContextFactory = commandContextFactory;