@ProviderType
public interface ArtifactProviderContext
Modifier and Type | Method and Description |
---|---|
File |
getCacheDirectory()
Get the cache directory
|
void |
incCachedArtifacts()
Inform about an artifact found in the cache.
|
void |
incDownloadedArtifacts()
Inform about an artifact being downloaded
|
void |
incLocalArtifacts()
Inform about an artifact found locally.
|
File getCacheDirectory()
void incCachedArtifacts()
void incDownloadedArtifacts()
void incLocalArtifacts()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.