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
public static class Configuration.Namer extends Object implements Namer<Configuration>
ANamer
namer for configurations that returnsConfiguration.getName()
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.gradle.api.Namer
Namer.Comparator<T>
-
-
Constructor Summary
Constructors Constructor Description Namer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
determineName(Configuration c)
Determines the name of the given object.
-
-
-
Method Detail
-
determineName
public String determineName(Configuration c)
Description copied from interface:Namer
Determines the name of the given object.- Specified by:
determineName
in interfaceNamer<Configuration>
- Parameters:
c
- The object to determine the name of- Returns:
- The object's inherent name. Never null.
-
-