BloopRifleConfig

scala.build.blooprifle.BloopRifleConfig
See theBloopRifleConfig companion object
final case class BloopRifleConfig(address: Address, javaPath: String, javaOpts: Seq[String], classPath: String => Either[Throwable, (Seq[File], Boolean)], workingDir: File, bspSocketOrPort: Option[() => BspConnectionAddress], bspStdin: Option[InputStream], bspStdout: Option[OutputStream], bspStderr: Option[OutputStream], period: FiniteDuration, timeout: FiniteDuration, startCheckPeriod: FiniteDuration, startCheckTimeout: FiniteDuration, initTimeout: FiniteDuration, minimumBloopJvm: Int, retainedBloopVersion: BloopVersionConstraint)

Attributes

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