sbt.util

package sbt.util

Members list

Concise view

Type members

Classlikes

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
trait ChangeReport[T]

The result of comparing some current set of objects against a previous set of objects.

The result of comparing some current set of objects against a previous set of objects.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Difference

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
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
class EmptyChangeReport[T] extends ChangeReport[T]

Attributes

Graph
Supertypes
trait ChangeReport[T]
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
class Timestamp(val store: CacheStore, useStartTime: Boolean)(implicit format: JsonFormat[Long]) extends Tracked

Attributes

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

Attributes

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

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Changed[O]
class Timestamp

Deprecated classlikes

class Changed[O](val store: CacheStore)(implicit evidence$1: Equiv[O], evidence$2: JsonFormat[O]) extends Tracked

Attributes

Deprecated
true
Graph
Supertypes
trait Tracked
class Object
trait Matchable
class Any