Package org.gradle.api
Interface NamedDomainObjectCollectionSchema
- All Known Subinterfaces:
- ExtensionsSchema
public interface NamedDomainObjectCollectionSchema
Schema of named domain object collections.
- Since:
- 4.10
- See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic interfaceSchema of a named domain object.
- 
Method SummaryModifier and TypeMethodDescriptionReturns an iterable of the schemas for each element in the collection.
- 
Method Details- 
getElementsIterable<? extends NamedDomainObjectCollectionSchema.NamedDomainObjectSchema> getElements()Returns an iterable of the schemas for each element in the collection.
 
-