Difference

sbt.util.Difference$
See theDifference companion class
object Difference

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def constructor(defineClean: Boolean, filesAreOutputs: Boolean): (CacheStore, Style) => Difference

Concrete fields

val inputs: (CacheStore, Style) => Difference

Provides a constructor for a Difference that does nothing on a call to 'clean' and saves the hash/last modified time of the files as they were prior to running the function.

Provides a constructor for a Difference that does nothing on a call to 'clean' and saves the hash/last modified time of the files as they were prior to running the function.

Attributes

val outputs: (CacheStore, Style) => Difference

Provides a constructor for a Difference that removes the files from the previous run on a call to 'clean' and saves the hash/last modified time of the files as they are after running the function. This means that this information must be evaluated twice: before and after running the function.

Provides a constructor for a Difference that removes the files from the previous run on a call to 'clean' and saves the hash/last modified time of the files as they are after running the function. This means that this information must be evaluated twice: before and after running the function.

Attributes