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