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.

Value parameters

bloopRifleConfig

configuration for bloop-rifle

buildOptions

passed options for building sources

logger

logger

verbosity

the verbosity of logs

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product