ProjectReference

sbt.ProjectReference
sealed trait ProjectReference extends Reference

Identifies a project.

Attributes

Graph
Supertypes
trait Reference
class Object
trait Matchable
class Any
Known subtypes
class LocalProject
object LocalRootProject.type
class ProjectRef
class RootProject
object ThisProject.type

Members list

Value members

Inherited methods

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

Attributes

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

Attributes

Inherited from:
Reference
def /(configAxis: ScopeAxis[ConfigKey]): RichConfiguration

Attributes

Inherited from:
Reference
def /(c: Configuration): RichConfiguration

Attributes

Inherited from:
Reference

Attributes

Inherited from:
Reference