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