Interface ComponentSelection


  • @Incubating
    public interface ComponentSelection
    Represents a tuple of the component selector of a module and a candidate version to be evaluated in a component selection rule.
    • Method Detail

      • getCandidate

        ModuleComponentIdentifier getCandidate()
        Gets the candidate version of the module.
        Returns:
        the candidate version of the module
      • reject

        void reject​(String reason)
        Rejects the candidate for the resolution.
        Parameters:
        reason - The reason the candidate was rejected.