Analysis

sbt.internal.inc.Analysis
See theAnalysis companion trait
object Analysis

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Analysis.type

Members list

Type members

Classlikes

case class LocalProduct(classFile: VirtualFileRef, classFileStamp: Stamp)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class NonLocalProduct(className: String, binaryClassName: String, classFile: VirtualFileRef, classFileStamp: Stamp)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Sources(java: Set[String], scala: Set[String])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def counted(prefix: String, single: String, plural: String, count: Int): Option[String]
def summary(a: Analysis): String

Concrete fields

lazy val Empty: Analysis
lazy val dummyOutputPath: Path