Package org.eclipse.lemminx
Class XMLServerLauncher
java.lang.Object
org.eclipse.lemminx.XMLServerLauncher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Future<?>launch(InputStream in, OutputStream out) LaunchesXMLLanguageServerand makes it accessible through the JSON RPC protocol defined by the LSP.static voidCallslaunch(InputStream, OutputStream), using the standard input and output streams.
-
Constructor Details
-
XMLServerLauncher
public XMLServerLauncher()
-
-
Method Details
-
main
Callslaunch(InputStream, OutputStream), using the standard input and output streams. -
launch
LaunchesXMLLanguageServerand makes it accessible through the JSON RPC protocol defined by the LSP.- Parameters:
launcherFuture- The future returned byLauncher.startListening(). (I'm not 100% sure how it meant to be used though, as it's undocumented...)
-