Packages

trait Make extends AnyRef

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

Type Members

  1. type ScopeFilter = Base[Scope]

    Selects the Scopes used in <key>.all(<ScopeFilter>).

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def inAggregates(ref: ProjectReference, transitive: Boolean = true, includeRoot: Boolean = true): ProjectFilter

    Selects Scopes that have a project axis that is aggregated by ref, transitively if transitive is true.

    Selects Scopes that have a project axis that is aggregated by ref, transitively if transitive is true. If includeRoot is true, Scopes with ref itself as the project axis value are also selected.

  12. def inAnyConfiguration: ConfigurationFilter

    Accepts all values for the configuration axis except Zero.

  13. def inAnyProject: ProjectFilter

    Selects all scopes that apply to a single project.

    Selects all scopes that apply to a single project. Zero and build-level scopes are excluded.

  14. def inAnyTask: TaskFilter

    Accepts all values for the task axis except Zero.

  15. def inConfigurations(configs: Configuration*): ConfigurationFilter

    Selects Scopes that have a task axis with one of the provided values.

  16. def inConfigurationsByKeys(keys: ConfigKey*): ConfigurationFilter
  17. def inConfigurationsByRefs(refs: ConfigRef*): ConfigurationFilter
  18. def inDependencies(ref: ProjectReference, transitive: Boolean = true, includeRoot: Boolean = true): ProjectFilter

    Selects Scopes that have a project axis that is a dependency of ref, transitively if transitive is true.

    Selects Scopes that have a project axis that is a dependency of ref, transitively if transitive is true. If includeRoot is true, Scopes with ref itself as the project axis value are also selected.

  19. def inProjects(projects: ProjectReference*): ProjectFilter

    Selects Scopes that have a project axis with one of the provided values.

  20. def inTasks(tasks: Scoped*): TaskFilter

    Selects Scopes that have a task axis with one of the provided values.

  21. def inZeroConfiguration: ConfigurationFilter

    Selects Scopes with a Zero configuration axis.

  22. def inZeroProject: ProjectFilter

    Selects Scopes with a Zero project axis.

  23. def inZeroTask: TaskFilter

    Selects Scopes with a Zero task axis.

  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. implicit def settingKeyAll[T](key: Def.Initialize[T]): SettingKeyAll[T]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. implicit def taskKeyAll[T](key: Def.Initialize[Task[T]]): TaskKeyAll[T]
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Deprecated Value Members

  1. def inGlobalConfiguration: ConfigurationFilter
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Use inZeroConfiguration

  2. def inGlobalProject: ProjectFilter
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Use inZeroProject

  3. def inGlobalTask: TaskFilter
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.0) Use inZeroTask

Inherited from AnyRef

Inherited from Any

Ungrouped