public interface ModuleVersionSelector
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroup()
The group of the module.
|
java.lang.String |
getName()
The name of the module.
|
java.lang.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.
|
java.lang.String getGroup()
java.lang.String getName()
java.lang.String getVersion()
@Incubating boolean matchesStrictly(ModuleVersionIdentifier identifier)