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 SummaryNested classes/interfaces inherited from interface org.gradle.api.NamerNamer.Comparator<T>
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
INSTANCE
 
- 
- 
Constructor Details- 
Namerpublic Namer()
 
- 
- 
Method Details- 
determineNameDescription copied from interface:NamerDetermines the name of the given object.- Specified by:
- determineNamein interface- Namer<Named>
- Parameters:
- object- The object to determine the name of
- Returns:
- The object's inherent name. Never null.
 
- 
forType
 
-