@Incubating public interface ModuleComponentIdentifier extends ComponentIdentifier
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGroup()
The module group of the component.
|
java.lang.String |
getModule()
The module name of the component.
|
java.lang.String |
getVersion()
The module version of the component.
|
getDisplayNamejava.lang.String getGroup()
java.lang.String getModule()
java.lang.String getVersion()