toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.plugins
/
ExtensionsSchema
Extensions
Schema
API
interface
ExtensionsSchema
:
NamedDomainObjectCollectionSchema
,
Iterable
<
T
>
(
source
)
Schema of extensions.
Since
4.5
See also
Extension
Container
Members
Types
Extension
Schema
Link copied to clipboard
API
interface
ExtensionSchema
:
NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
Schema of an extension.
Functions
for
Each
Link copied to clipboard
API
open
fun
forEach
(
action
:
Consumer
<
in
T
>
)
get
Elements
Link copied to clipboard
API
abstract
fun
getElements
(
)
:
Iterable
<
ExtensionsSchema.ExtensionSchema
>
iterator
Link copied to clipboard
API
abstract
fun
iterator
(
)
:
Iterator
<
T
>
spliterator
Link copied to clipboard
API
open
fun
spliterator
(
)
:
Spliterator
<
T
>