Interface ModuleVersionIdentifier
- All Superinterfaces:
Serializable
The identifier of a module version.
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()The group of the module.Returns theModuleIdentifiercontaining the group and the name of this module.getName()The name of the module.The version of the module
-
Method Details
-
getVersion
-
getGroup
-
getName
-
getModule
Returns theModuleIdentifiercontaining the group and the name of this module. Contains the same information asgetGroup()andgetVersion()- Returns:
- the module identifier
- Since:
- 1.4
-