Class XMLServerLauncher

java.lang.Object
org.eclipse.lemminx.XMLServerLauncher

public class XMLServerLauncher extends Object
  • Constructor Details

    • XMLServerLauncher

      public XMLServerLauncher()
  • Method Details

    • main

      public static void main(String[] args)
      Calls launch(InputStream, OutputStream), using the standard input and output streams.
    • 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...)