Interface ArtifactProviderContext

All Known Implementing Classes:
ArtifactManagerConfig

@ProviderType public interface ArtifactProviderContext
This is the context for the artifact providers
  • Method Details

    • getCacheDirectory

      File getCacheDirectory()
      Get the cache directory
      Returns:
      The cache directory.
    • incCachedArtifacts

      void incCachedArtifacts()
      Inform about an artifact found in the cache.
    • incDownloadedArtifacts

      void incDownloadedArtifacts()
      Inform about an artifact being downloaded
    • incLocalArtifacts

      void incLocalArtifacts()
      Inform about an artifact found locally.