Class BSLLSPLauncher
java.lang.Object
com.github._1c_syntax.bsl.languageserver.BSLLSPLauncher
- All Implemented Interfaces:
Callable<Integer>
,CommandLineRunner
,ExitCodeGenerator
@SpringBootApplication
@Component
@ConditionalOnProperty(prefix="app.command.line.runner",
value="enabled",
havingValue="true",
matchIfMissing=true)
public class BSLLSPLauncher
extends Object
implements Callable<Integer>, CommandLineRunner, ExitCodeGenerator
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BSLLSPLauncher
@ConstructorProperties("picocliFactory") public BSLLSPLauncher(CommandLine.IFactory picocliFactory)
-
-
Method Details
-
main
-
run
- Specified by:
run
in interfaceCommandLineRunner
-
getExitCode
public int getExitCode()- Specified by:
getExitCode
in interfaceExitCodeGenerator
-
call
-