Table of Contents

Method LocateApplicationDefinedServer

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

LocateApplicationDefinedServer(string)

Finds the server in the given user directory and returns the ProcessStartInfo to start it. Throws exception when a server was not found in the specified directory.

protected override ProcessStartInfo LocateApplicationDefinedServer(string applicationDefinedServerDirectory)

Parameters

applicationDefinedServerDirectory string

The user directory to look for the server in.

Returns

ProcessStartInfo

The ProcessStartInfo to start the found server with.