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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getName()
The name of the extension.TypeOf<?>
getPublicType()
The public type of the extension.
-
-
-
Method Detail
-
getName
java.lang.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
-
-