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 Object implements Namer<Configuration>
Deprecated.
Use Named.Namer.INSTANCE instead (since Configuration now extends Named).
An implementation of the namer interface for configurations that returns Named.getName().
  • Constructor Details

    • Namer

      public Namer()
      Deprecated.
  • Method Details

    • determineName

      public String determineName(Configuration configuration)
      Deprecated.
      Description copied from interface: Namer
      Determines the name of the given object.
      Specified by:
      determineName in interface Namer<Configuration>
      Parameters:
      configuration - The object to determine the name of
      Returns:
      The object's inherent name. Never null.