A B D E F L O P R U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- afterBootstrapCamel() - Method in class org.apache.camel.maven.RunMojo
-
Allows plugin extensions to do custom logic after bootstrapping Camel.
B
- beforeBootstrapCamel() - Method in class org.apache.camel.maven.RunMojo
-
Allows plugin extensions to do custom logic before bootstrapping Camel.
D
- duration - Variable in class org.apache.camel.maven.RunMojo
-
Sets the time duration (seconds) that the application will run for before terminating.
- durationIdle - Variable in class org.apache.camel.maven.RunMojo
-
Sets the idle time duration (seconds) duration that the application can be idle before terminating.
- durationMaxMessages - Variable in class org.apache.camel.maven.RunMojo
-
Sets the duration of maximum number of messages that the application will process before terminating.
E
- execute() - Method in class org.apache.camel.maven.RunMojo
-
Execute goal.
- extendedPluginDependencyArtifactId - Variable in class org.apache.camel.maven.RunMojo
F
- findExecutableArtifact() - Method in class org.apache.camel.maven.RunMojo
-
Examine the plugin dependencies to find the executable artifact.
L
- logClasspath - Variable in class org.apache.camel.maven.RunMojo
-
Whether to log the classpath when starting
O
- org.apache.camel.maven - package org.apache.camel.maven
P
R
- RunMojo - Class in org.apache.camel.maven
-
Runs a CamelContext using any Spring or Blueprint XML configuration files found in
META-INF/spring/*.xml
, andOSGI-INF/blueprint/*.xml
, andcamel-*.xml
and starting up the context. - RunMojo() - Constructor for class org.apache.camel.maven.RunMojo
U
- useBlueprint - Variable in class org.apache.camel.maven.RunMojo
-
Whether to use Blueprint when running, instead of Spring
- useCDI - Variable in class org.apache.camel.maven.RunMojo
-
Whether to use CDI when running, instead of Spring
All Classes All Packages