|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
public interface Namer
A namer is capable of providing a name based on some inherent characteristic of an object.
- The type of object that the namer can nameNested Class Summary | |
---|---|
static class |
Namer.Comparator
A comparator implementation based on the names returned by the given namer. |
Method Summary | |
---|---|
String
|
determineName(Object object)
Determines the name of the given object. |
Method Detail |
---|
public String determineName(Object object)
object
- The object to determine the name of
Gradle API 1.12