gradle
8.3-rc-2
Java API
gradle
/
org.gradle.api
/
NamedDomainObjectFactory
Named
Domain
Object
Factory
Java API
interface
NamedDomainObjectFactory
<
T
>
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
Java API
abstract
fun
create
(
name
:
String
)
:
T
Creates a new object with the given name.