|
Class Summary |
| ConvertersMojo |
Generate report of available type conversions. |
| DotMojo |
Runs Camel embedded with META-INF/services/*.xml spring files to try create
DOT files for the routing rules, then converts the DOT files into another
format such as PNG |
| EmbeddedMojo |
Runs a CamelContext using any Spring XML configuration files found in
META-INF/spring/*.xml and camel-*.xml
and starting up the context; then generating
the DOT file before closing the context down. |
| ReportingTypeConverterLoader |
Type converter loader that is capable of reporting the loaded type converters. |
| ReportingTypeConverterLoader.TypeMapping |
Represents a mapping from one type (which can be null) to another
Used by the camel-maven-plugin. |
| ReportingTypeConverterRegistry |
Registry for reporting type converters. |
| RunMojo |
Runs a CamelContext using any Spring XML configuration files found in
META-INF/spring/*.xml and camel-*.xml and
starting up the context. |