BloopServer

Companion:
class
class Object
trait Matchable
class Any

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