Interface ModuleComponentIdentifier
- All Superinterfaces:
ComponentIdentifier
An identifier for a component instance which is available as a module version.
- Since:
- 1.10
-
Method Summary
Modifier and TypeMethodDescriptiongetGroup()The module group of the component.The module name of the component.The module identifier of the component.The module version of the component.Methods inherited from interface ComponentIdentifier
getDisplayName
-
Method Details
-
getGroup
-
getModule
-
getVersion
-
getModuleIdentifier
ModuleIdentifier getModuleIdentifier()The module identifier of the component. Returns the same information asgetGroup()andgetModule().- Returns:
- the module identifier
- Since:
- 4.9
-