Class BepReader
- java.lang.Object
-
- org.jetbrains.bsp.bazel.server.bsp.managers.BepReader
-
public class BepReader extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description BepReader(org.jetbrains.bsp.bazel.server.bep.BepServer bepServer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidawait()voidfinishBuild()java.io.FilegetEventFile()voidstart()
-
-
-
Method Detail
-
start
public void start()
-
finishBuild
public void finishBuild()
-
await
public void await() throws java.util.concurrent.ExecutionException, java.lang.InterruptedException- Throws:
java.util.concurrent.ExecutionExceptionjava.lang.InterruptedException
-
getEventFile
public java.io.File getEventFile()
-
-