Interface ArtifactView

  • All Superinterfaces:
    HasAttributes
    All Known Subinterfaces:
    ResolvableDependencies

    public interface ArtifactView
    extends HasAttributes
    A view over the artifacts resolved for this set of dependencies. By default, the view returns all files and artifacts, but this can be restricted by component identifier or by attributes.
    Since:
    3.4
    • Method Detail

      • getArtifacts

        ArtifactCollection getArtifacts()
        Returns the collection of artifacts matching the requested attributes that are sourced from Components matching the specified filter.
      • getFiles

        FileCollection getFiles()
        Returns the collection of artifact files matching the requested attributes that are sourced from Components matching the specified filter.