Interface ArtifactProviderContext
-
- All Known Implementing Classes:
ArtifactManagerConfig
@ProviderType public interface ArtifactProviderContextThis is the context for the artifact providers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FilegetCacheDirectory()Get the cache directoryvoidincCachedArtifacts()Inform about an artifact found in the cache.voidincDownloadedArtifacts()Inform about an artifact being downloadedvoidincLocalArtifacts()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.
-
-