Interface RemoteArtifactDownloadListener

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface RemoteArtifactDownloadListener
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    artifactDownloaded(String groupId, String artifactId, String version, String repoId, String repoUrl, long elapsed)
    Event when an artifact was downloaded from a remote maven repository (not local).
  • Method Details

    • artifactDownloaded

      void artifactDownloaded(String groupId, String artifactId, String version, String repoId, String repoUrl, long elapsed)
      Event when an artifact was downloaded from a remote maven repository (not local).