BspReloadableOptions

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

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product