p

scala

build

package build

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package bsp
  2. package compiler
  3. package interactive
  4. package internal
  5. package postprocessing
  6. package preprocessing

Type Members

  1. trait BloopBuildClient extends BuildClient
  2. trait Build extends AnyRef
  3. final case class BuildThreads(bloop: BloopThreads, fileWatcher: ScheduledExecutorService) extends Product with Serializable
  4. final case class Builds(builds: Seq[Build], crossBuilds: Seq[Seq[Build]], docBuilds: Seq[Build], docCrossBuilds: Seq[Seq[Build]]) extends Product with Serializable
  5. class ConsoleBloopBuildClient extends BloopBuildClient
  6. final case class CrossKey(optionsKey: Option[options.BuildOptions.CrossKey], scope: Scope) extends Product with Serializable
  7. final case class CrossSources(paths: Seq[HasBuildRequirements[(Path, RelPath)]], inMemory: Seq[HasBuildRequirements[InMemory]], defaultMainClass: Option[String], resourceDirs: Seq[HasBuildRequirements[Path]], buildOptions: Seq[HasBuildRequirements[BuildOptions]]) extends Product with Serializable
  8. trait Directories extends AnyRef
  9. final case class GeneratedSource(generated: Path, reportingPath: Either[String, Path], topWrapperLen: Int) extends Product with Serializable
  10. final case class Inputs(elements: Seq[Element], defaultMainClassElement: Option[Script], workspace: Path, baseProjectName: String, mayAppendHash: Boolean, workspaceOrigin: Option[WorkspaceOrigin]) extends Product with Serializable
  11. class PersistentDiagnosticLogger extends Logger
  12. final case class Project(workspace: Path, directory: Path, classesDir: Path, scaladocDir: Path, scalaCompiler: Option[ScalaCompilerParams], scalaJsOptions: Option[JsConfig], scalaNativeOptions: Option[NativeConfig], projectName: String, classPath: Seq[Path], sources: Seq[Path], resolution: Option[Resolution], resourceDirs: Seq[Path], javaHomeOpt: Option[Path], scope: Scope, javacOptions: List[String]) extends Product with Serializable
  13. final case class ReplArtifacts(replArtifacts: Seq[(String, Path)], extraClassPath: Seq[Path], extraSourceJars: Seq[Path], replMainClass: String, replJavaOpts: Seq[String], addSourceJars: Boolean) extends Product with Serializable
  14. final case class ScalaCompilerParams(scalaVersion: String, scalaBinaryVersion: String, scalacOptions: Seq[String], compilerClassPath: Seq[Path]) extends Product with Serializable
  15. final case class ScopedSources(paths: Seq[HasScope[(Path, RelPath)]], inMemory: Seq[HasScope[InMemory]], defaultMainClass: Option[String], resourceDirs: Seq[HasScope[Path]], buildOptions: Seq[HasScope[BuildOptions]]) extends Product with Serializable
  16. final case class Sources(paths: Seq[(Path, RelPath)], inMemory: Seq[InMemory], defaultMainClass: Option[String], resourceDirs: Seq[Path], buildOptions: BuildOptions) extends Product with Serializable

Ungrouped