JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.gradle.api.artifacts.component
Interface ComponentIdentifier
All Known Subinterfaces:
ModuleComponentIdentifier
,
ProjectComponentIdentifier
@Incubating
public interface
ComponentIdentifier
An opaque identifier for a component instance. There are various sub-interfaces that expose specific details about the identifier.
Since:
1.10
Method Summary
Methods
Modifier and Type
Method and Description
String
getDisplayName
()
Returns a human-consumable display name for this identifier.
Method Detail
getDisplayName
String
getDisplayName()
Returns a human-consumable display name for this identifier.
Returns:
Component identifier display name
Since:
1.10
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method