Beispiel #1
0
 /** Returns true if the named command exists. */
 public boolean hasCommand(String name) {
   return entryPoint.hasCommand(name);
 }