public interface ModuleVersionIdentifier extends Serializable
修飾子とタイプ | メソッドと説明 |
---|---|
String |
getGroup()
The group of the module.
|
ModuleIdentifier |
getModule()
Returns the
ModuleIdentifier containing the group and the name of this module. |
String |
getName()
The name of the module.
|
String |
getVersion()
The version of the module
|
String getVersion()
String getGroup()
String getName()
@Incubating ModuleIdentifier getModule()
ModuleIdentifier
containing the group and the name of this module.
Contains the same information as getGroup()
and getVersion()