Util Tracking
Util Tracking
API
sbt.util
ChangeReport
ChangeReport
Changed
Difference
Difference
EmptyChangeReport
FileFunction
Timestamp
Tracked
Tracked
Util Tracking
/
sbt.util
/
Difference
Difference
sbt.util.Difference
See the
Difference
companion object
class
Difference
(
val
store
:
CacheStore
,
val
style
:
Style
,
val
defineClean
:
Boolean
,
val
filesAreOutputs
:
Boolean
)
extends
Tracked
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Tracked
class
Object
trait
Matchable
class
Any
Clear all
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