ComponentIdentifierpublic interface ModuleComponentIdentifier extends ComponentIdentifier
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getGroup() | The module group of the component. | 
| String | getModule() | The module name of the component. | 
| ModuleIdentifier | getModuleIdentifier() | The module identifier of the component. | 
| String | getVersion() | The module version of the component. | 
getDisplayNameString getGroup()
String getModule()
String getVersion()
@Incubating ModuleIdentifier getModuleIdentifier()
getGroup() and getModule().