JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.gradle.api
Interface NamedDomainObjectFactory<T>
Type Parameters:
T
- The type of objects which this factory creates.
public interface
NamedDomainObjectFactory<T>
A factory for named objects of type
T
.
Method Summary
Methods
Modifier and Type
Method and Description
T
create
(
String
name)
Creates a new object with the given name.
Method Detail
create
T
create(
String
name)
Creates a new object with the given name.
Parameters:
name
- The name
Returns:
The object.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method