RichReference

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

RichReference wraps a reference to provide the / operator for scoping.

Attributes

Graph
Supertypes
trait HasSlashKey
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def /(c: Configuration): RichConfiguration
def /(configAxis: ScopeAxis[ConfigKey]): RichConfiguration

Inherited methods

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

Attributes

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

Attributes

Inherited from:
HasSlashKey