Class | Description |
---|---|
CollectionStringBuffer |
A little helper class for converting a collection of values to a (usually comma separated) string.
|
ErrorDetail |
Holder to keep information about detected errors.
|
JSonSchemaHelper | |
PackageArchetypeCatalogMojo |
Creates the Maven catalog for the Camel archetypes
|
PackageComponentMojo |
Analyses the Camel plugins in a project and generates extra descriptor information for easier auto-discovery in Camel.
|
PackageDataFormatMojo |
Analyses the Camel plugins in a project and generates extra descriptor information for easier auto-discovery in Camel.
|
PackageHelper | |
PackageHelper.CamelComponentsModelFilter | |
PackageHelper.CamelOthersModelFilter | |
PackageLanguageMojo |
Analyses the Camel plugins in a project and generates extra descriptor information for easier auto-discovery in Camel.
|
PackageModelMojo |
Analyses the Camel EIPs in a project and generates extra descriptor information for easier auto-discovery in Camel.
|
PackageOtherMojo |
Analyses the Camel plugins in a project and generates extra descriptor information for easier auto-discovery in Camel.
|
PrepareCatalogKarafMojo |
Prepares the Karaf provider camel catalog to include component it supports
|
PrepareCatalogMojo |
Prepares the camel catalog to include component, data format, and eip descriptors,
and generates a report.
|
PrepareCatalogSpringBootMojo |
Prepares the Spring Boot provider camel catalog to include component it supports
|
PrepareComponentMojo |
Prepares a Camel component analyzing if the maven module contains Camel
components
dataformats
languages
others
And for each of those generates extra descriptors and schema files for easier auto-discovery in Camel and tooling.
|
PrepareExampleMojo |
Prepares the readme.md files content up to date with all the examples that Apache Camel ships.
|
PrepareReadmeMojo |
Prepares the readme.md files content up to date with all the artifacts that Apache Camel ships.
|
PrepareUserGuideMojo |
Prepares the user guide to keep the table of content up to date with the components, data formats, and languages.
|
SpringBootAutoConfigurationMojo |
Generate Spring Boot auto configuration files for Camel components and data formats.
|
SpringBootHelper |
Useful methods for spring-boot mojos.
|
SpringBootStarterMojo |
Generate Spring Boot starter for the component
|
StringHelper | |
UpdateReadmeMojo |
Generate or updates the component/dataformat/language/eip readme.md and .adoc files in the project root directory.
|
UpdateSpringBootAutoConfigurationReadmeMojo |
For all the Camel components that has Spring Boot starter JAR, their documentation
.adoc files in their component directory is updated to include spring boot auto configuration options.
|
ValidateComponentMojo |
Validate a Camel component analyzing if the meta-data files for
components
dataformats
languages
all contains the needed meta-data such as assigned labels, documentation for each option
|
ValidateHelper |
Validation helper for validating components, data formats and languages
|
Apache Camel