Interface ArtifactResolutionResult


  • public interface ArtifactResolutionResult
    The result of executing an artifact resolution query.
    Since:
    2.0
    • Method Detail

      • getComponents

        java.util.Set<ComponentResult> getComponents()

        Return a set of ComponentResult instances representing all requested components.

        Each element in the returned set is declared as an opaque ComponentResult. However each element in the result will also implement one of the following interfaces:

        Returns:
        the set of results for all requested components