package sbt
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sbt
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- sealed trait Configuration extends AnyRef
- 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
- trait SbtCompilationInfoJsonProtocol extends CompiledClassJsonProtocol
Value Members
- def compilationInfoBaseDir(thisBuildBase: File): Path
- def compilationInfoDirName: String
- def compilationInfoFilePrefix: String
- def ideaACK: String
- def projectCompilationInfoDir(thisBuildBase: File, projectId: String): Path
- object Configuration
- object Locking
- object SbtCompilationInfoJsonProtocol extends SbtCompilationInfoJsonProtocol