Class Configuration.Namer
java.lang.Object
org.gradle.api.artifacts.Configuration.Namer
- All Implemented Interfaces:
Namer<Configuration>
- Enclosing interface:
Configuration
A
Namer namer for configurations that returns Configuration.getName().-
Nested Class Summary
Nested classes/interfaces inherited from interface Namer
Namer.Comparator<T> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermines the name of the given object.
-
Constructor Details
-
Namer
public Namer()
-
-
Method Details
-
determineName
Description copied from interface:NamerDetermines the name of the given object.- Specified by:
determineNamein interfaceNamer<Configuration>- Parameters:
c- The object to determine the name of- Returns:
- The object's inherent name. Never null.
-