Ejemplo n.º 1
0
 @Override
 public void run() {
   if (args.length > 1) {
     runAsProcess();
   } else {
     runAsThread(args[0]);
   }
 }