RichConfiguration

sbt.SlashSyntax.RichConfiguration
final class RichConfiguration(val scope: Scope) extends HasSlashKeyOrAttrKey

RichConfiguration wraps a configuration to provide the / operator for scoping.

Attributes

Graph
Supertypes
trait HasSlashKey
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def /(taskAxis: ScopeAxis[AttributeKey[_]]): Scope

Inherited methods

def /(key: AttributeKey[_]): Scope

Attributes

Inherited from:
HasSlashKeyOrAttrKey
def /[K](key: ScopingSetting[K]): K

Attributes

Inherited from:
HasSlashKey