trait Make extends AnyRef
- Alphabetic
- By Inheritance
- Make
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inAggregates(ref: ProjectReference, transitive: Boolean = true, includeRoot: Boolean = true): ProjectFilter
Selects Scopes that have a project axis that is aggregated by
ref
, transitively iftransitive
is true.Selects Scopes that have a project axis that is aggregated by
ref
, transitively iftransitive
is true. IfincludeRoot
is true, Scopes withref
itself as the project axis value are also selected. -
def
inAnyConfiguration: ConfigurationFilter
Accepts all values for the configuration axis except Zero.
-
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.
-
def
inAnyTask: TaskFilter
Accepts all values for the task axis except Zero.
-
def
inConfigurations(configs: Configuration*): ConfigurationFilter
Selects Scopes that have a task axis with one of the provided values.
- def inConfigurationsByKeys(keys: ConfigKey*): ConfigurationFilter
- def inConfigurationsByRefs(refs: ConfigRef*): ConfigurationFilter
-
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 iftransitive
is true.Selects Scopes that have a project axis that is a dependency of
ref
, transitively iftransitive
is true. IfincludeRoot
is true, Scopes withref
itself as the project axis value are also selected. -
def
inProjects(projects: ProjectReference*): ProjectFilter
Selects Scopes that have a project axis with one of the provided values.
-
def
inTasks(tasks: Scoped*): TaskFilter
Selects Scopes that have a task axis with one of the provided values.
-
def
inZeroConfiguration: ConfigurationFilter
Selects Scopes with a Zero configuration axis.
-
def
inZeroProject: ProjectFilter
Selects Scopes with a Zero project axis.
-
def
inZeroTask: TaskFilter
Selects Scopes with a Zero task axis.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def settingKeyAll[T](key: Def.Initialize[T]): SettingKeyAll[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- implicit def taskKeyAll[T](key: Def.Initialize[Task[T]]): TaskKeyAll[T]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
Deprecated Value Members
-
def
inGlobalConfiguration: ConfigurationFilter
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) Use inZeroConfiguration
-
def
inGlobalProject: ProjectFilter
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) Use inZeroProject
-
def
inGlobalTask: TaskFilter
- Annotations
- @deprecated
- Deprecated
(Since version 1.0.0) Use inZeroTask