|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
org.gradle.api.artifacts.component.ComponentSelector org.gradle.api.artifacts.component.ModuleComponentSelector
@Incubating public interface ModuleComponentSelector extends ComponentSelector
Criteria for selecting a component instance that is available as a module version.
Method Summary | |
---|---|
String
|
getGroup()
The group of the module to select the component from. |
String
|
getModule()
The name of the module to select the component from. |
String
|
getVersion()
The version of the module to select the component from. |
Methods inherited from interface ComponentSelector | |
---|---|
getDisplayName, matchesStrictly |
Method Detail |
---|
public String getGroup()
public String getModule()
public String getVersion()
Gradle API 1.12