|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface Named
Types can implement this interface and use the embedded Namer implementation, to satisfy API that calls for a namer.
Nested Class Summary | |
---|---|
static class |
Named.Namer
An implementation of the namer interface for objects implementing the named interface. |
Method Summary | |
---|---|
String
|
getName()
The object's name. |
Method Detail |
---|
public String getName()
Must be constant for the life of the object.
Gradle API 1.12