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
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
INSTANCE
 
 - 
 - 
Constructor Details
- 
Namer
public Namer() 
 - 
 - 
Method Details
- 
determineName
Description copied from interface:NamerDetermines the name of the given object.- Specified by:
 determineNamein interfaceNamer<Named>- Parameters:
 object- The object to determine the name of- Returns:
 - The object's inherent name. Never null.
 
 - 
forType
 
 -