Interface ModuleComponentSelector

    • Method Detail

      • getGroup

        String getGroup()
        The group of the module to select the component from.
        Returns:
        Module group
        Since:
        1.10
      • getModule

        String getModule()
        The name of the module to select the component from.
        Returns:
        Module name
      • getVersion

        String getVersion()
        The version of the module to select the component from.
        Returns:
        Module version
      • getVersionConstraint

        @Incubating
        VersionConstraint getVersionConstraint()
        The version constraint of the module to select the component from.
        Returns:
        Module version constraint
        Since:
        4.4