Constructor. @param args command-line arguments @throws IOException I/O exception
(final String... args)
| 60 | * @throws IOException I/O exception |
| 61 | */ |
| 62 | public BaseXServer(final String... args) throws IOException { |
| 63 | this(new Context(), args); |
| 64 | context.initServer(); |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * Constructor. |
nothing calls this directly
no test coverage detected