sbt.librarymanagement.TrackLevel
See theTrackLevel companion trait
object TrackLevel
An enumeration defining the tracking of dependencies. A level includes all of the levels with id larger than its own id. For example, Warn (id=3) includes Error (id=4).
Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
TrackLevel.type
Members list
Type members
Classlikes
case object NoTracking extends TrackLevel
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait TrackLevelclass Objecttrait Matchableclass AnyShow all
- Self type
-
NoTracking.type
case object TrackAlways extends TrackLevel
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait TrackLevelclass Objecttrait Matchableclass AnyShow all
- Self type
-
TrackAlways.type
case object TrackIfMissing extends TrackLevel
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait TrackLevelclass Objecttrait Matchableclass AnyShow all
- Self type
-
TrackIfMissing.type
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
In this article