Difference

sbt.util.Difference
See theDifference companion object
class Difference(val store: CacheStore, val style: Style, val defineClean: Boolean, val filesAreOutputs: Boolean) extends Tracked

Attributes

Companion:
object
Graph
Supertypes
trait Tracked
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def apply[T](files: Set[File])(f: ChangeReport[File] => T): T
def apply[T](f: ChangeReport[File] => T)(implicit toFiles: T => Set[File]): T
def clean(): Unit

Cleans outputs and clears the cache.

Cleans outputs and clears the cache.

Attributes

Concrete fields

val defineClean: Boolean
val filesAreOutputs: Boolean
val store: CacheStore
val style: Style