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>
A Namer namer for configurations that returns Configuration.getName().
  • Constructor Details

    • Namer

      public Namer()
  • Method Details

    • determineName

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