Class | Description |
---|---|
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. |
RouteCoverageMojo |
Performs route coverage reports after running Camel unit tests with camel-test modules
|
RunMojo |
Runs a CamelContext using any Spring or Blueprint XML configuration files found in
META-INF/spring/*.xml , and OSGI-INF/blueprint/*.xml ,
and camel-*.xml and starting up the context. |
ValidateMojo |
Parses the source code and validates the Camel routes has valid endpoint uris and simple expressions.
|
Apache Camel