public interface ModuleVersionIdentifier
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getGroup()
The group of the module.
|
ModuleIdentifier |
getModule()
Returns the
ModuleIdentifier containing the group and the name of this module. |
java.lang.String |
getName()
The name of the module.
|
java.lang.String |
getVersion()
The version of the module
|
java.lang.String getVersion()
java.lang.String getGroup()
java.lang.String getName()
@Incubating ModuleIdentifier getModule()
ModuleIdentifier
containing the group and the name of this module.
Contains the same information as getGroup()
and getVersion()