|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
@Incubating public interface ComponentSelector
Represents some opaque criteria used to select a component instance during dependency resolution. Various sub-interfaces expose specific details about the criteria.
Method Summary | |
---|---|
String
|
getDisplayName()
Returns a human-consumable display name for this selector. |
boolean
|
matchesStrictly(ComponentIdentifier identifier)
Checks if selector matches component identifier. |
Method Detail |
---|
public String getDisplayName()
public boolean matchesStrictly(ComponentIdentifier identifier)
identifier
- Component identifier
Gradle API 1.12