Package org.gradle.api.plugins
Interface ExtensionsSchema
- All Superinterfaces:
Iterable<ExtensionsSchema.ExtensionSchema>
,NamedDomainObjectCollectionSchema
public interface ExtensionsSchema
extends NamedDomainObjectCollectionSchema, Iterable<ExtensionsSchema.ExtensionSchema>
Schema of extensions.
- Since:
- 4.5
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Schema of an extension.Nested classes/interfaces inherited from interface org.gradle.api.NamedDomainObjectCollectionSchema
NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
-
Method Summary
Modifier and TypeMethodDescriptionReturns an iterable of the schemas for each element in the collection.Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getElements
Iterable<ExtensionsSchema.ExtensionSchema> getElements()Returns an iterable of the schemas for each element in the collection.- Specified by:
getElements
in interfaceNamedDomainObjectCollectionSchema
-