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 Summary
Nested classes/interfaces inherited from interface org.gradle.api.Namer
Namer.Comparator<T>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondetermineName
(Configuration configuration) Deprecated.Determines the name of the given object.
-
Constructor Details
-
Namer
public Namer()Deprecated.
-
-
Method Details
-
determineName
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.
-
Named.Namer.INSTANCE
instead (sinceConfiguration
now extendsNamed
).