Interface ArtifactProviderContext
-
- All Known Implementing Classes:
ArtifactManagerConfig
@ProviderType public interface ArtifactProviderContext
This is the context for the artifact providers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description File
getCacheDirectory()
Get the cache directoryvoid
incCachedArtifacts()
Inform about an artifact found in the cache.void
incDownloadedArtifacts()
Inform about an artifact being downloadedvoid
incLocalArtifacts()
Inform about an artifact found locally.
-
-
-
Method Detail
-
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.
-
-