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- 
getNameString getName()The name of the extension.- Specified by:
- getNamein interface- NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
- Returns:
- the name of the extension
 
- 
getPublicTypeTypeOf<?> getPublicType()The public type of the extension.- Specified by:
- getPublicTypein interface- NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
- Returns:
- the public type of the extension
 
 
-