Packages

package sbt

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. sbt
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait Configuration extends AnyRef
  2. final case class SbtCompilationInfo(projectId: String, isIncremental: Boolean, scalaVersion: String, configuration: Configuration, removedSources: Set[File], generatedClasses: Set[CompiledClass], startTimestamp: Long) extends CompilationInfo with Product with Serializable
  3. trait SbtCompilationInfoJsonProtocol extends CompiledClassJsonProtocol

Value Members

  1. def compilationInfoBaseDir(thisBuildBase: File): Path
  2. def compilationInfoDirName: String
  3. def compilationInfoFilePrefix: String
  4. def ideaACK: String
  5. def projectCompilationInfoDir(thisBuildBase: File, projectId: String): Path
  6. object Configuration
  7. object Locking
  8. object SbtCompilationInfoJsonProtocol extends SbtCompilationInfoJsonProtocol

Inherited from AnyRef

Inherited from Any

Ungrouped