Class JavaBuildServerImpl
- java.lang.Object
-
- org.jetbrains.bsp.bazel.server.bsp.impl.JavaBuildServerImpl
-
- All Implemented Interfaces:
ch.epfl.scala.bsp4j.JavaBuildServer
public class JavaBuildServerImpl extends java.lang.Object implements ch.epfl.scala.bsp4j.JavaBuildServer
-
-
Constructor Summary
Constructors Constructor Description JavaBuildServerImpl(JavaBuildServerService javaBuildServerService, BazelBspServerRequestHelpers serverRequestHelpers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<ch.epfl.scala.bsp4j.JavacOptionsResult>buildTargetJavacOptions(ch.epfl.scala.bsp4j.JavacOptionsParams javacOptionsParams)
-
-
-
Constructor Detail
-
JavaBuildServerImpl
public JavaBuildServerImpl(JavaBuildServerService javaBuildServerService, BazelBspServerRequestHelpers serverRequestHelpers)
-
-