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 SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSchema of an extension.Nested classes/interfaces inherited from interface org.gradle.api.NamedDomainObjectCollectionSchemaNamedDomainObjectCollectionSchema.NamedDomainObjectSchema
- 
Method SummaryModifier and TypeMethodDescriptionReturns an iterable of the schemas for each element in the collection.Methods inherited from interface java.lang.IterableforEach, iterator, spliterator
- 
Method Details- 
getElementsIterable<ExtensionsSchema.ExtensionSchema> getElements()Returns an iterable of the schemas for each element in the collection.- Specified by:
- getElementsin interface- NamedDomainObjectCollectionSchema
 
 
-