scala.build.bsp.BspImpl
See theBspImpl companion object
final class BspImpl(argsToInputs: Seq[String] => Either[BuildException, Inputs], bspReloadableOptionsReference: Reference, threads: BspThreads, in: InputStream, out: OutputStream, actionableDiagnostics: Option[Boolean]) extends Bsp
The implementation for Bsp.
Attributes
- argsToInputs
a function transforming terminal args to Inputs
- bspReloadableOptionsReference
reference to the current instance of BspReloadableOptions
- in
the input stream of bytes
- out
the output stream of bytes
- threads
BSP threads
- Companion:
- object
- Graph
- Supertypes