Exemplo n.º 1
0
 public static void removePort(String name) {
   JumpPort port = ports.get(name);
   port.delete();
   ports.remove(name);
 }