|
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 | |
|---|---|
T
|
create(java.lang.String name)
Creates a new object with the given name. |
| Method Detail |
|---|
public T create(java.lang.String name)
name - The name
Groovy Documentation