Package org.gradle.api.artifacts
Class Configuration.Namer
java.lang.Object
org.gradle.api.artifacts.Configuration.Namer
- All Implemented Interfaces:
- Namer<Configuration>
- Enclosing interface:
- Configuration
Deprecated.
An implementation of the namer interface for configurations that returns 
Named.getName().- 
Nested Class SummaryNested classes/interfaces inherited from interface org.gradle.api.NamerNamer.Comparator<T>
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondetermineName(Configuration configuration) Deprecated.Determines the name of the given object.
- 
Constructor Details- 
Namerpublic Namer()Deprecated.
 
- 
- 
Method Details- 
determineNameDeprecated.Description copied from interface:NamerDetermines the name of the given object.- Specified by:
- determineNamein interface- Namer<Configuration>
- Parameters:
- configuration- The object to determine the name of
- Returns:
- The object's inherent name. Never null.
 
 
- 
Named.Namer.INSTANCEinstead (sinceConfigurationnow extendsNamed).