Interface ModuleComponentIdentifier

    • Method Detail

      • getGroup

        String getGroup()
        The module group of the component.
        Returns:
        Component group
        Since:
        1.10
      • getModule

        String getModule()
        The module name of the component.
        Returns:
        Component module
        Since:
        1.10
      • getVersion

        String getVersion()
        The module version of the component.
        Returns:
        Component version
        Since:
        1.10