Packages

o

sbt

ScopeFilter

object ScopeFilter

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScopeFilter
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AxisFilter[T] = Base[ScopeAxis[T]]
  2. sealed abstract class Base[In] extends AnyRef

    Base functionality for filters on values of type In that need access to build data.

  3. type ConfigurationFilter = Base[ScopeAxis[ConfigKey]]
  4. trait Make extends AnyRef
  5. type ProjectFilter = Base[ScopeAxis[Reference]]
  6. type ScopeFilter = Base[Scope]
  7. final class SettingKeyAll[T] extends AnyRef
  8. type TaskFilter = Base[ScopeAxis[AttributeKey[_]]]
  9. final class TaskKeyAll[T] extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def apply(projects: ProjectFilter = inProjects(ThisProject), configurations: ConfigurationFilter = zeroAxis, tasks: TaskFilter = zeroAxis): ScopeFilter

    Constructs a Scope filter from filters for the individual axes.

    Constructs a Scope filter from filters for the individual axes. If a project filter is not supplied, the enclosing project is selected. If a configuration filter is not supplied, global is selected. If a task filter is not supplied, global is selected. Generally, always specify the project axis.

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def debug(delegate: ScopeFilter): ScopeFilter
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def in(scopes: Seq[Scope]): ScopeFilter

    Construct a Scope filter from a sequence of individual scopes.

  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped