Uses of Class
org.ek9lang.core.OsSupport
Packages that use OsSupport
Package
Description
A-1 - Start here for the main command-line entry use of the compiler.
Just general operating system stuff and bits and bobs.
A-2 - Start here for tooling entry point specifically 'language server' implementation.
-
Uses of OsSupport in org.ek9lang.cli
Methods in org.ek9lang.cli that return OsSupportModifier and TypeMethodDescription(package private) OsSupportCommandLine.getOsSupport()protected OsSupportE.getOsSupport()Constructors in org.ek9lang.cli with parameters of type OsSupportModifierConstructorDescription(package private)CommandLine(LanguageMetaData languageMetaData, FileHandling fileHandling, OsSupport osSupport) Create a new command line details object. -
Uses of OsSupport in org.ek9lang.core
Constructors in org.ek9lang.core with parameters of type OsSupportModifierConstructorDescriptionFileHandling(OsSupport osSupport) Create File Handling with the appropriately configured OS support. -
Uses of OsSupport in org.ek9lang.lsp
Methods in org.ek9lang.lsp with parameters of type OsSupportModifier and TypeMethodDescriptionServer.runEk9LanguageServer(OsSupport osSupport, InputStream in, OutputStream out, boolean provideLanguageHoverHelp, boolean enableDebug) Triggers the actual execution of the language service.Constructors in org.ek9lang.lsp with parameters of type OsSupportModifierConstructorDescription(package private)Ek9LanguageServer(OsSupport osSupport) Uses part of the compiler as a plugin language server. -
Uses of OsSupport in org.ek9lang.mcp
Methods in org.ek9lang.mcp with parameters of type OsSupportModifier and TypeMethodDescriptionMcpLauncher.runMcpServer(OsSupport osSupport, InputStream in, OutputStream out, boolean enableDebug) Triggers the actual execution of the MCP server.Constructors in org.ek9lang.mcp with parameters of type OsSupportModifierConstructorDescription(package private)McpCompilerService(OsSupport osSupport) Create MCP server with the given OS support.