Package org.apache.camel.catalog.maven
-
Interface Summary Interface Description MavenArtifactProvider Provider which allows downloading artifact using Maven and add content to theCamelCatalog
. -
Class Summary Class Description ComponentArtifactHelper Helper methods for loading content from Camel components that theCamelCatalog
requires.DefaultMavenArtifactProvider DefaultMavenArtifactProvider
which uses Groovy Grape to download the artifact.MavenVersionManager AVersionManager
that can load the resources using Maven to download needed artifacts from a local or remote Maven repository.TimeoutHttpClientHandler AHttpClientHandler
which uses HttpClient for downloading via http/https and have support for connection timeouts which otherwise is not supported by default in Apache Ivy.