Groovy Documentation

org.gradle.api
[Java] Class Named.Namer

java.lang.Object
  org.gradle.api.Named.Namer
All Implemented Interfaces:
Namer

public static class Named.Namer

An implementation of the namer interface for objects implementing the named interface.


Method Summary
java.lang.String determineName(Named object)

static Namer forType(java.lang.Class type)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

determineName

public java.lang.String determineName(Named object)


forType

public static Namer forType(java.lang.Class type)


 

Groovy Documentation