Package org.gradle.api.plugins
Interface ExtensionsSchema.ExtensionSchema
- All Superinterfaces:
 NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
- Enclosing interface:
 ExtensionsSchema
public static interface ExtensionsSchema.ExtensionSchema
extends NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
Schema of an extension.
- Since:
 - 4.5
 
- 
Method Details
- 
getName
String getName()The name of the extension.- Specified by:
 getNamein interfaceNamedDomainObjectCollectionSchema.NamedDomainObjectSchema- Returns:
 - the name of the extension
 
 - 
getPublicType
TypeOf<?> getPublicType()The public type of the extension.- Specified by:
 getPublicTypein interfaceNamedDomainObjectCollectionSchema.NamedDomainObjectSchema- Returns:
 - the public type of the extension
 
 
 -