BloopServer

scala.build.bloop.BloopServer$
See theBloopServer companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def bsp(config: BloopRifleConfig, workspace: Path, threads: BloopThreads, logger: BloopRifleLogger, period: FiniteDuration, timeout: FiniteDuration): (BspConnection, Socket, BloopServerRuntimeInfo)
def buildServer(config: BloopRifleConfig, clientName: String, clientVersion: String, workspace: Path, classesDir: Path, buildClient: BuildClient, threads: BloopThreads, logger: BloopRifleLogger): BloopServer
def withBuildServer[T](config: BloopRifleConfig, clientName: String, clientVersion: String, workspace: Path, classesDir: Path, buildClient: BuildClient, threads: BloopThreads, logger: BloopRifleLogger)(f: BloopServer => T): T