Package org.gradle.api
Class Named.Namer
java.lang.Object
org.gradle.api.Named.Namer
- Enclosing interface:
- Named
An implementation of the namer interface for objects implementing the named interface.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gradle.api.Namer
Namer.Comparator<T>
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
Namer
public Namer()
-
-
Method Details
-
determineName
Description copied from interface:Namer
Determines the name of the given object.- Specified by:
determineName
in interfaceNamer<Named>
- Parameters:
object
- The object to determine the name of- Returns:
- The object's inherent name. Never null.
-
forType
-