gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api
/
NamedDomainObjectFactory
Named
Domain
Object
Factory
API
interface
NamedDomainObjectFactory
<
T
>
(
source
)
A factory for named objects of type
T
.
Parameters
<T>
The type of objects which this factory creates.
Members
Functions
create
Link copied to clipboard
API
abstract
fun
create
(
name
:
String
)
:
T
Creates a new object with the given name.