Table of Contents

Method DeployEmbeddedServer

Namespace
Alternet.Syntax.Parsers.Lsp.Java
Assembly
Alternet.Syntax.Parsers.Java.v9.dll

DeployEmbeddedServer(string)

When implemented in a derived class, deploys the embedded LSP server and returns the ProcessStartInfo to start it.

protected override ProcessStartInfo DeployEmbeddedServer(string targetDirectory)

Parameters

targetDirectory string

The directory to deploy the embedded server to, or null to use the default location in TEMP folder.

Returns

ProcessStartInfo

The ProcessStartInfo to start the deployed server with.