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>
ANamernamer 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 StringdetermineName(Configuration c)Determines the name of the given object.
-
-
-
Method Detail
-
determineName
public String determineName(Configuration c)
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.
-
-