A C D E F G I O P R S U W

A

applicationContextUri - Variable in class org.apache.camel.maven.DotMojo
The classpath based application context uri that spring wants to get.
applicationContextUri - Variable in class org.apache.camel.maven.EmbeddedMojo
The classpath based application context uri that spring wants to get.

C

close(Closeable, String) - Method in class org.apache.camel.maven.DotMojo
 
convertFile(File, String) - Method in class org.apache.camel.maven.DotMojo
 
createArguments() - Method in class org.apache.camel.maven.EmbeddedMojo
 
createClassLoader(ClassLoader) - Method in class org.apache.camel.maven.EmbeddedMojo
 

D

DEFAULT_GRAPHVIZ_OUTPUT_TYPES - Static variable in class org.apache.camel.maven.DotMojo
 
dotAggregationEnabled - Variable in class org.apache.camel.maven.EmbeddedMojo
Allows the routes from multiple contexts to be aggregated into one DOT file (in addition to the individual files)
dotDir - Variable in class org.apache.camel.maven.RunMojo
The DOT output directory name used to generate the DOT diagram of the route definitions
dotEnabled - Variable in class org.apache.camel.maven.EmbeddedMojo
Allows the DOT file generation to be disabled
DotMojo - Class in org.apache.camel.maven
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
DotMojo() - Constructor for class org.apache.camel.maven.DotMojo
 
duration - Variable in class org.apache.camel.maven.DotMojo
The duration to run the application for which by default is in milliseconds.
duration - Variable in class org.apache.camel.maven.EmbeddedMojo
The duration to run the application for which by default is in milliseconds.
duration - Variable in class org.apache.camel.maven.RunMojo
The duration to run the application for which by default is in milliseconds.

E

EmbeddedMojo - Class in org.apache.camel.maven
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.
EmbeddedMojo() - Constructor for class org.apache.camel.maven.EmbeddedMojo
 
execute() - Method in class org.apache.camel.maven.DotMojo
 
execute(File, Locale) - Method in class org.apache.camel.maven.DotMojo
Executes DOT generator.
execute() - Method in class org.apache.camel.maven.EmbeddedMojo
This method will run the mojo
execute() - Method in class org.apache.camel.maven.RunMojo
Execute goal.
executeReport(Locale) - Method in class org.apache.camel.maven.DotMojo
 
executeWithoutWrapping() - Method in class org.apache.camel.maven.EmbeddedMojo
 

F

fileApplicationContextUri - Variable in class org.apache.camel.maven.DotMojo
The filesystem based application context uri that spring wants to get.
fileApplicationContextUri - Variable in class org.apache.camel.maven.EmbeddedMojo
The filesystem based application context uri that spring wants to get.

G

getAggregate() - Method in class org.apache.camel.maven.DotMojo
 
getApplicationContextUri() - Method in class org.apache.camel.maven.EmbeddedMojo
 
getBundle(Locale) - Method in class org.apache.camel.maven.DotMojo
Gets resource bundle for given locale.
getClasspathElements() - Method in class org.apache.camel.maven.EmbeddedMojo
 
getDescription(Locale) - Method in class org.apache.camel.maven.DotMojo
 
getDuration() - Method in class org.apache.camel.maven.EmbeddedMojo
 
getFileApplicationContextUri() - Method in class org.apache.camel.maven.EmbeddedMojo
 
getMainClass() - Method in class org.apache.camel.maven.EmbeddedMojo
 
getName(Locale) - Method in class org.apache.camel.maven.DotMojo
 
getOutputDirectory() - Method in class org.apache.camel.maven.DotMojo
 
getOutputDirectory() - Method in class org.apache.camel.maven.EmbeddedMojo
Getter for property output directory.
getOutputName() - Method in class org.apache.camel.maven.DotMojo
 
getProject() - Method in class org.apache.camel.maven.DotMojo
 
getSiteRenderer() - Method in class org.apache.camel.maven.DotMojo
 

I

isDotAggregationEnabled() - Method in class org.apache.camel.maven.EmbeddedMojo
 
isDotEnabled() - Method in class org.apache.camel.maven.EmbeddedMojo
 
isUseDot() - Method in class org.apache.camel.maven.DotMojo
 

O

org.apache.camel.maven - package org.apache.camel.maven
 
outputDirectory - Variable in class org.apache.camel.maven.EmbeddedMojo
The DOT File name used to generate the DOT diagram of the route definitions

P

printHtmlFileFooter(PrintWriter, File) - Method in class org.apache.camel.maven.DotMojo
 
printHtmlFileHeader(PrintWriter, File) - Method in class org.apache.camel.maven.DotMojo
 
printHtmlFooter(PrintWriter) - Method in class org.apache.camel.maven.DotMojo
 
printHtmlHeader(PrintWriter, String) - Method in class org.apache.camel.maven.DotMojo
 
project - Variable in class org.apache.camel.maven.RunMojo
The maven project.

R

removeFileExtension(String) - Method in class org.apache.camel.maven.DotMojo
 
runCamel - Variable in class org.apache.camel.maven.DotMojo
Whether we should boot up camel with the META-INF/services/*.xml to generate the DOT file
runCamel(ClassLoader) - Method in class org.apache.camel.maven.EmbeddedMojo
 
runCamelEmbedded(File) - Method in class org.apache.camel.maven.DotMojo
 
RunMojo - Class in org.apache.camel.maven
Runs a CamelContext using any Spring XML configuration files found in META-INF/spring/*.xml and camel-*.xml and starting up the context.
RunMojo() - Constructor for class org.apache.camel.maven.RunMojo
 

S

setAggregate(String) - Method in class org.apache.camel.maven.DotMojo
 
setApplicationContextUri(String) - Method in class org.apache.camel.maven.EmbeddedMojo
 
setClasspathElements(List) - Method in class org.apache.camel.maven.EmbeddedMojo
 
setDotAggregationEnabled(boolean) - Method in class org.apache.camel.maven.EmbeddedMojo
 
setDotEnabled(boolean) - Method in class org.apache.camel.maven.EmbeddedMojo
 
setDuration(String) - Method in class org.apache.camel.maven.EmbeddedMojo
 
setFileApplicationContextUri(String) - Method in class org.apache.camel.maven.EmbeddedMojo
 
setMainClass(String) - Method in class org.apache.camel.maven.EmbeddedMojo
 
setOutputDirectory(String) - Method in class org.apache.camel.maven.EmbeddedMojo
Setter for the output directory.
setUseDot(boolean) - Method in class org.apache.camel.maven.DotMojo
 
SUBDIRECTORY - Static variable in class org.apache.camel.maven.DotMojo
Subdirectory for report.

U

useDot - Variable in class org.apache.camel.maven.DotMojo
Should we try run the DOT executable on the generated .DOT file to generate images
useDot - Variable in class org.apache.camel.maven.RunMojo
Allows the DOT file generation to be enabled

W

writeIndexHtmlFile(File, String, String) - Method in class org.apache.camel.maven.DotMojo
 

A C D E F G I O P R S U W

Apache CAMEL