Exemplo n.º 1
0
 @Override
 public void cliSetShell(Shell theShell) {
   mShell = theShell;
   mHelpHandler.cliSetShell(mShell);
 }
Exemplo n.º 2
0
 @Command
 public Object help() {
   return mHelpHandler.help();
 }