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:
getName
in interfaceNamedDomainObjectCollectionSchema.NamedDomainObjectSchema
- Returns:
- the name of the extension
-
getPublicType
TypeOf<?> getPublicType()The public type of the extension.- Specified by:
getPublicType
in interfaceNamedDomainObjectCollectionSchema.NamedDomainObjectSchema
- Returns:
- the public type of the extension
-