Package org.apache.camel.main.download
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.
Listener for downloading a maven file (can be downloaded from a local cache)
-
Method Summary
Modifier and TypeMethodDescriptionvoidonDownloadedFile(File file) After the artifact has been downloaded
-
Method Details
-
onDownloadedFile
After the artifact has been downloaded- Parameters:
file- the downloaded artifact as a file
-