Class XMLServerLauncher


  • public class XMLServerLauncher
    extends Object
    • Constructor Detail

      • XMLServerLauncher

        public XMLServerLauncher()
    • Method Detail

      • launch

        public static Future<?> launch​(InputStream in,
                                       OutputStream out)
        Launches XMLLanguageServer and makes it accessible through the JSON RPC protocol defined by the LSP.
        Parameters:
        launcherFuture - The future returned by Launcher.startListening(). (I'm not 100% sure how it meant to be used though, as it's undocumented...)