656657658659660661662663
* * @return options set so it should just be used to kick a single process. Not for test runners. * (they would interfere). */ public static Option serverMode() { return composite(keepCaches(), new ServerModeOption() // marker ); }