public interface ModuleVersionSelector
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
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. 
 | 
String getGroup()
String getName()
String getVersion()
@Incubating boolean matchesStrictly(ModuleVersionIdentifier identifier)