ScopeMask

sbt.ScopeMask
final case class ScopeMask(project: Boolean, config: Boolean, task: Boolean, extra: Boolean)

Specifies the Scope axes that should be used for an operation. true indicates an axis should be used.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def concatShow(p: String, c: String, t: String, sep: String, x: String): String

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product