BaseCommand.fromCmd constructor

BaseCommand.fromCmd(
  1. String cmd
)

Implementation

BaseCommand.fromCmd(String cmd) : this.fromType(ContentType.COMMAND, cmd);