Interface ArtifactDownloadListener

All Known Implementing Classes:
BasePackageScanDownloadListener, TypeConverterLoaderDownloadListener
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 ArtifactDownloadListener
Listener for downloading a maven file (can be downloaded from a local cache)
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    After the artifact has been downloaded
  • Method Details

    • onDownloadedFile

      void onDownloadedFile(File file)
      After the artifact has been downloaded
      Parameters:
      file - the downloaded artifact as a file