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
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PipelineSettings
  2. Serializable
  3. Product
  4. Equals
  5. AnyRef
  6. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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. def productElementNames: Iterator[String]
    Definition Classes
    Product
  9. val strategy: BuildStrategy
  10. val stripExternalClassPath: Boolean
  11. val useJars: Boolean
  12. val useTraditionalForLeaf: Boolean