public class XMLServerSocketLauncher extends Object
Constructor and Description |
---|
XMLServerSocketLauncher() |
Modifier and Type | Method and Description |
---|---|
protected int |
getPort(String... args) |
void |
launch(String[] args)
Launches
XMLLanguageServer using asynchronous server-socket channel and makes it accessible through the JSON
RPC protocol defined by the LSP. |
static void |
main(String[] args)
Calls
launch(String[]) |
public static void main(String[] args) throws Exception
launch(String[])
Exception
public void launch(String[] args) throws Exception
XMLLanguageServer
using asynchronous server-socket channel and makes it accessible through the JSON
RPC protocol defined by the LSP.args
- standard launch arguments. may contain --port
argument to change the default port 5008Exception
protected int getPort(String... args)
Copyright © 2021. All rights reserved.