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[])Exceptionpublic 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 5008Exceptionprotected int getPort(String... args)
Copyright © 2022. All rights reserved.