Beispiel #1
0
 @Override
 public void execute(Context context, ProcessedCommand commandLine) {
   context.println("Client Version " + Version.class.getPackage().getImplementationVersion());
   if (context.isConnected()) {
     super.execute(context, commandLine);
   }
 }