public class XMLServerLauncher extends Object
Constructor and Description |
---|
XMLServerLauncher() |
Modifier and Type | Method and Description |
---|---|
static Future<?> |
launch(InputStream in,
OutputStream out)
Launches
XMLLanguageServer and makes it accessible through the JSON
RPC protocol defined by the LSP. |
static void |
main(String[] args)
Calls
launch(InputStream, OutputStream) , using the standard input
and output streams. |
public static void main(String[] args)
launch(InputStream, OutputStream)
, using the standard input
and output streams.public static Future<?> launch(InputStream in, OutputStream out)
XMLLanguageServer
and makes it accessible through the JSON
RPC protocol defined by the LSP.launcherFuture
- The future returned by
Launcher.startListening()
.
(I'm not 100% sure how it meant to be used though, as
it's undocumented...)Copyright © 2020. All rights reserved.