Package ch.epfl.scala.bsp4j
Interface JavaBuildServer
-
public interface JavaBuildServer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.CompletableFuture<JavacOptionsResult>
buildTargetJavacOptions(JavacOptionsParams params)
The build target javac options request is sent from the client to the server to query for the list of compiler options necessary to compile in a given list of targets.
-
-
-
Method Detail
-
buildTargetJavacOptions
java.util.concurrent.CompletableFuture<JavacOptionsResult> buildTargetJavacOptions(JavacOptionsParams params)
The build target javac options request is sent from the client to the server to query for the list of compiler options necessary to compile in a given list of targets.
-
-