api / org.gradle.api / Namer / determineName

determineName

abstract fun determineName(object: T): String

Determines the name of the given object.

Parameters

object - The object to determine the name of

Exceptions

RuntimeException - If the name cannot be determined or is null

Return
The object's inherent name. Never null.