| Interface | Description |
|---|---|
| MavenArtifactProvider |
Provider which allows downloading artifact using Maven and add content to the
CamelCatalog. |
| Class | Description |
|---|---|
| ComponentArtifactHelper |
Helper methods for loading content from Camel components that the
CamelCatalog
requires. |
| DefaultMavenArtifactProvider |
Default
MavenArtifactProvider which uses Groovy Grape to download the artifact. |
| MavenVersionManager |
A
VersionManager that can load the resources using Maven to download needed artifacts from a local or remote
Maven repository. |
| TimeoutHttpClientHandler |
A
HttpClientHandler which uses HttpClient for downloading via http/https and have support for connection
timeouts which otherwise is not supported by default in Apache Ivy. |
Apache Camel