BspReloadableOptions

scala.build.bsp.BspReloadableOptions
See theBspReloadableOptions companion object
case class BspReloadableOptions(buildOptions: BuildOptions, bloopRifleConfig: BloopRifleConfig, logger: Logger, verbosity: Int)

The options and configurations that may be picked up on a bsp workspace/reload request.

Attributes

bloopRifleConfig

configuration for bloop-rifle

buildOptions

passed options for building sources

logger

logger

verbosity

the verbosity of logs

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product