Packages

c

scala.tools.nsc.PipelineMain

PipelineSettings

case class PipelineSettings(label: String, parallelism: Int, strategy: BuildStrategy, useJars: Boolean, configuredPickleCache: Option[Path], cacheMacro: Boolean, cachePlugin: Boolean, stripExternalClassPath: Boolean, useTraditionalForLeaf: Boolean, logDir: Option[Path], createReporter: (Settings) ⇒ Reporter) extends Product with Serializable

Source
PipelineMain.scala
Linear Supertypes
Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PipelineSettings
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PipelineSettings(label: String, parallelism: Int, strategy: BuildStrategy, useJars: Boolean, configuredPickleCache: Option[Path], cacheMacro: Boolean, cachePlugin: Boolean, stripExternalClassPath: Boolean, useTraditionalForLeaf: Boolean, logDir: Option[Path], createReporter: (Settings) ⇒ Reporter)

Value Members

  1. val cacheMacro: Boolean
  2. val cachePlugin: Boolean
  3. val configuredPickleCache: Option[Path]
  4. val createReporter: (Settings) ⇒ Reporter
  5. val label: String
  6. val logDir: Option[Path]
  7. val parallelism: Int
  8. val strategy: BuildStrategy
  9. val stripExternalClassPath: Boolean
  10. val useJars: Boolean
  11. val useTraditionalForLeaf: Boolean