setContext method

CommandBuilder setContext(
  1. CommandContextType context
)

Implementation

CommandBuilder setContext(CommandContextType context) {
  this.context = context;
  return this;
}