Class BSLLSPLauncher

java.lang.Object
com.github._1c_syntax.bsl.languageserver.BSLLSPLauncher
All Implemented Interfaces:
Callable<Integer>, org.springframework.boot.ExitCodeGenerator

@SpringBootApplication(scanBasePackageClasses=BSLLSPLauncher.class) @Component @ConditionalOnProperty(prefix="app.command.line.runner", value="enabled", havingValue="true", matchIfMissing=true) public class BSLLSPLauncher extends Object implements Callable<Integer>, org.springframework.boot.ExitCodeGenerator
  • Constructor Details

    • BSLLSPLauncher

      @ConstructorProperties("picocliFactory") public BSLLSPLauncher(picocli.CommandLine.IFactory picocliFactory)
  • Method Details

    • main

      public static void main(String[] args)
    • run

      public void run(String... args)
    • getExitCode

      public int getExitCode()
      Specified by:
      getExitCode in interface org.springframework.boot.ExitCodeGenerator
    • call

      public Integer call()
      Specified by:
      call in interface Callable<Integer>