|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface NamedDomainObjectFactory
A factory for named objects of type T.
- The type of objects which this factory creates.Method Summary | |
---|---|
Object
|
create(String name)
Creates a new object with the given name. |
Method Detail |
---|
public Object create(String name)
name
- The name
Gradle API 1.12