|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface ModuleVersionSelector
Selects a module version
| Method Summary | |
|---|---|
String
|
getGroup()
The group of the module. |
String
|
getName()
The name of the module. |
String
|
getVersion()
The version of the module |
boolean
|
matchesStrictly(ModuleVersionIdentifier identifier)
To match strictly means that the given identifier needs to have equal group, module name and version. |
| Method Detail |
|---|
public String getGroup()
public String getName()
public String getVersion()
@Incubating public boolean matchesStrictly(ModuleVersionIdentifier identifier)
Gradle API 1.5