Stops a server instance. @param server server @throws IOException I/O exception
(final BaseXServer server)
| 560 | * @throws IOException I/O exception |
| 561 | */ |
| 562 | public static void stopServer(final BaseXServer server) throws IOException { |
| 563 | if(server != null) server.stop(); |
| 564 | } |
| 565 | |
| 566 | /** |
| 567 | * Creates a client instance. |