gradle
8.4-rc-1
Java API
gradle
/
org.gradle.api.plugins
/
ExtensionsSchema
/
ExtensionSchema
Extension
Schema
Java API
interface
ExtensionSchema
:
NamedDomainObjectCollectionSchema.NamedDomainObjectSchema
(
source
)
Schema of an extension.
Members
Functions
get
Name
Link copied to clipboard
Java API
abstract
fun
getName
(
)
:
String
The name of the extension.
get
Public
Type
Link copied to clipboard
Java API
abstract
fun
getPublicType
(
)
:
TypeOf
<
out
Any
>
The public type of the extension.