Skip navigation links
Camel :: Platforms :: Commands :: Core 2.23.2.fuse-770010-redhat-00001
A B C E G H I L M O P R S T U V W X 

A

AbstractCamelCommand - Class in org.apache.camel.commands
Abstract base command for CamelCommand
AbstractCamelCommand() - Constructor for class org.apache.camel.commands.AbstractCamelCommand
 
AbstractCamelController - Class in org.apache.camel.commands
Abstract CamelController that implementators should extend.
AbstractCamelController() - Constructor for class org.apache.camel.commands.AbstractCamelController
 
AbstractContextCommand - Class in org.apache.camel.commands
Abstract command for working with a single CamelContext
AbstractContextCommand(String) - Constructor for class org.apache.camel.commands.AbstractContextCommand
 
AbstractLocalCamelController - Class in org.apache.camel.commands
Abstract LocalCamelController that implementators should extend when implementing a controller that runs locally in the same JVM as Camel.
AbstractLocalCamelController() - Constructor for class org.apache.camel.commands.AbstractLocalCamelController
 
AbstractRouteCommand - Class in org.apache.camel.commands
Abstract command for working with a one ore more routes.
AbstractRouteCommand(String, String) - Constructor for class org.apache.camel.commands.AbstractRouteCommand
 

B

browseInflightExchanges(String, String, int, boolean) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
browseInflightExchanges(String, String, int, boolean) - Method in interface org.apache.camel.commands.CamelController
Browses the inflight exchanges

C

CamelCommand - Interface in org.apache.camel.commands
A Camel command.
CamelController - Interface in org.apache.camel.commands
CamelController interface defines the expected behaviors to manipulate Camel resources (context, route, etc).
ComponentListCommand - Class in org.apache.camel.commands
List all the Camel components that are currently used/loaded in the JVM.
ComponentListCommand(String, boolean) - Constructor for class org.apache.camel.commands.ComponentListCommand
 
ContextInflightCommand - Class in org.apache.camel.commands
Command to display inflight exchange information
ContextInflightCommand(String, String, int, boolean) - Constructor for class org.apache.camel.commands.ContextInflightCommand
 
ContextInfoCommand - Class in org.apache.camel.commands
Command to display detailed information about a given CamelContext.
ContextInfoCommand(String, boolean) - Constructor for class org.apache.camel.commands.ContextInfoCommand
 
ContextListCommand - Class in org.apache.camel.commands
Command to list all CamelContext in the JVM.
ContextListCommand() - Constructor for class org.apache.camel.commands.ContextListCommand
 
ContextResumeCommand - Class in org.apache.camel.commands
Command to resume a Camel context.
ContextResumeCommand(String) - Constructor for class org.apache.camel.commands.ContextResumeCommand
 
ContextStartCommand - Class in org.apache.camel.commands
Command to start a Camel context.
ContextStartCommand(String) - Constructor for class org.apache.camel.commands.ContextStartCommand
 
ContextStopCommand - Class in org.apache.camel.commands
Command to stop a Camel context.
ContextStopCommand(String) - Constructor for class org.apache.camel.commands.ContextStopCommand
 
ContextSuspendCommand - Class in org.apache.camel.commands
Command to suspend a Camel context.
ContextSuspendCommand(String) - Constructor for class org.apache.camel.commands.ContextSuspendCommand
 

E

EipExplainCommand - Class in org.apache.camel.commands
Explain the Camel EIP.
EipExplainCommand(String, String, boolean) - Constructor for class org.apache.camel.commands.EipExplainCommand
 
EndpointExplainCommand - Class in org.apache.camel.commands
Explain the Camel endpoints available in the JVM.
EndpointExplainCommand(String, boolean, String) - Constructor for class org.apache.camel.commands.EndpointExplainCommand
 
EndpointListCommand - Class in org.apache.camel.commands
List the Camel endpoints available in the JVM.
EndpointListCommand(String, boolean, boolean, boolean) - Constructor for class org.apache.camel.commands.EndpointListCommand
 
EndpointStatisticCommand - Class in org.apache.camel.commands
Display endpoint runtime statistics for a CamelContext
EndpointStatisticCommand(String, boolean, String[]) - Constructor for class org.apache.camel.commands.EndpointStatisticCommand
 
escapeJava(String) - Method in interface org.apache.camel.commands.StringEscape
 
execute(CamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.AbstractContextCommand
 
execute(CamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.AbstractRouteCommand
 
execute(CamelController, PrintStream, PrintStream) - Method in interface org.apache.camel.commands.CamelCommand
Executes the given command.
execute(CamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ContextListCommand
 
execute(CamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.EndpointListCommand
 
execute(CamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.EndpointStatisticCommand
 
execute(CamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteListCommand
 
execute(CamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.TransformerListCommand
 
execute(CamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ValidatorListCommand
 
executeLocal(LocalCamelController, PrintStream, PrintStream) - Method in class org.apache.camel.commands.AbstractContextCommand
 
executeOnRoute(CamelController, String, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.AbstractRouteCommand
 
executeOnRoute(CamelController, String, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteInfoCommand
 
executeOnRoute(CamelController, String, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteProfileCommand
 
executeOnRoute(CamelController, String, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteResumeCommand
 
executeOnRoute(CamelController, String, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteShowCommand
 
executeOnRoute(CamelController, String, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteStartCommand
 
executeOnRoute(CamelController, String, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteStopCommand
 
executeOnRoute(CamelController, String, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteSuspendCommand
 
explainEipAsJSon(String, String, boolean) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
explainEipAsJSon(String, String, boolean) - Method in interface org.apache.camel.commands.CamelController
Explains an EIP
explainEndpointAsJSon(String, String, boolean) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
explainEndpointAsJSon(String, String, boolean) - Method in interface org.apache.camel.commands.CamelController
Explains an endpoint uri

G

getCamelContextInformation(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getCamelContextInformation(String) - Method in interface org.apache.camel.commands.CamelController
Gets information about a given Camel context by the given name.
getCamelContexts(String) - Method in class org.apache.camel.commands.AbstractCamelController
 
getCamelContexts() - Method in interface org.apache.camel.commands.CamelController
Get the list of Camel context.
getCamelContexts(String) - Method in interface org.apache.camel.commands.CamelController
Get the list of Camel context filter by reg ex.
getCamelContextStatsAsXml(String, boolean, boolean) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getCamelContextStatsAsXml(String, boolean, boolean) - Method in interface org.apache.camel.commands.CamelController
Returns detailed CamelContext and route statistics as XML identified by a ID and a Camel context.
getEndpointRuntimeStatistics(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getEndpointRuntimeStatistics(String) - Method in interface org.apache.camel.commands.CamelController
Return endpoint runtime statistics
getEndpoints(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getEndpoints(String) - Method in interface org.apache.camel.commands.CamelController
Return the endpoints
getLocalCamelContext(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getLocalCamelContext(String) - Method in interface org.apache.camel.commands.LocalCamelController
Get a Camel context identified by the given name.
getLocalCamelContexts() - Method in interface org.apache.camel.commands.LocalCamelController
Get the list of Camel context.
getRestApiDocAsJson(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getRestApiDocAsJson(String) - Method in interface org.apache.camel.commands.CamelController
Return the REST services API documentation as JSon (requires camel-swagger-java on classpath)
getRestModelAsXml(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getRestModelAsXml(String) - Method in interface org.apache.camel.commands.CamelController
Return the definition of the REST services as XML for the given Camel context.
getRestServices(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getRestServices(String) - Method in interface org.apache.camel.commands.CamelController
Return the REST services for the given Camel context.
getRouteModelAsXml(String, String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getRouteModelAsXml(String, String) - Method in interface org.apache.camel.commands.CamelController
Return the definition of a route as XML identified by a ID and a Camel context.
getRoutes(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getRoutes(String, String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getRoutes(String) - Method in interface org.apache.camel.commands.CamelController
Get all routes.
getRoutes(String, String) - Method in interface org.apache.camel.commands.CamelController
Get all routes filtered by the regex.
getRouteStatsAsXml(String, String, boolean, boolean) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getRouteStatsAsXml(String, String, boolean, boolean) - Method in interface org.apache.camel.commands.CamelController
Returns detailed route statistics as XML identified by a ID and a Camel context.
getTransformers(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getTransformers(String) - Method in interface org.apache.camel.commands.CamelController
Return the transformers
getValidators(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
getValidators(String) - Method in interface org.apache.camel.commands.CamelController
Return the validators

H

HEADER_FORMAT - Static variable in class org.apache.camel.commands.RouteProfileCommand
 
hex(char) - Method in interface org.apache.camel.commands.StringEscape
 

I

isValidRow(String, String, String) - Method in class org.apache.camel.commands.EndpointStatisticCommand
 

L

listComponents(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
listComponents(String) - Method in interface org.apache.camel.commands.CamelController
Lists Components which are in use or available on the classpath and include information
loadProperties(String, String, Map<String, Object>) - Method in class org.apache.camel.commands.AbstractCamelController
 
LocalCamelController - Interface in org.apache.camel.commands
A CamelController that runs locally, eg within the same JVM as the CamelContexts it manages.

M

MatchUtil - Class in org.apache.camel.commands.internal
Util class.
matchWildcard(String, String) - Static method in class org.apache.camel.commands.internal.MatchUtil
 

O

org.apache.camel.commands - package org.apache.camel.commands
 
org.apache.camel.commands.internal - package org.apache.camel.commands.internal
 
OUTPUT_FORMAT - Static variable in class org.apache.camel.commands.RouteProfileCommand
 
OUTPUT_TIMESTAMP_FORMAT - Static variable in class org.apache.camel.commands.ContextInfoCommand
 
OUTPUT_TIMESTAMP_FORMAT - Static variable in class org.apache.camel.commands.RouteInfoCommand
 

P

performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.AbstractContextCommand
Perform Context-specific command
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ComponentListCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ContextInflightCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ContextInfoCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ContextResumeCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ContextStartCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ContextStopCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.ContextSuspendCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.EipExplainCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.EndpointExplainCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RestApiDocCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RestRegistryListCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RestShowCommand
 
performContextCommand(CamelController, String, PrintStream, PrintStream) - Method in class org.apache.camel.commands.RouteResetStatsCommand
 
printStatistics(CamelController, PrintStream) - Method in class org.apache.camel.commands.ContextInfoCommand
 

R

RegexUtil - Class in org.apache.camel.commands.internal
Util class.
resetRouteStats(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
resetRouteStats(String) - Method in interface org.apache.camel.commands.CamelController
Reset all the route stats for the given Camel context
RestApiDocCommand - Class in org.apache.camel.commands
List the Camel REST services API documentation (requires camel-swagger-java on classpath)
RestApiDocCommand(String) - Constructor for class org.apache.camel.commands.RestApiDocCommand
 
RestRegistryListCommand - Class in org.apache.camel.commands
List the Camel REST services from the Rest registry available in the JVM.
RestRegistryListCommand(String, boolean, boolean) - Constructor for class org.apache.camel.commands.RestRegistryListCommand
 
RestShowCommand - Class in org.apache.camel.commands
Command to show the REST marshaled in XML.
RestShowCommand(String) - Constructor for class org.apache.camel.commands.RestShowCommand
 
resumeContext(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
resumeContext(String) - Method in interface org.apache.camel.commands.CamelController
Resumes the given Camel context.
resumeRoute(String, String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
resumeRoute(String, String) - Method in interface org.apache.camel.commands.CamelController
Resumes the given route
RouteInfoCommand - Class in org.apache.camel.commands
Command to display detailed information about a Camel route.
RouteInfoCommand(String, String) - Constructor for class org.apache.camel.commands.RouteInfoCommand
 
RouteListCommand - Class in org.apache.camel.commands
Command to list all Camel routes.
RouteListCommand(String) - Constructor for class org.apache.camel.commands.RouteListCommand
 
RouteProfileCommand - Class in org.apache.camel.commands
Command to display profile information about a Camel route.
RouteProfileCommand(String, String) - Constructor for class org.apache.camel.commands.RouteProfileCommand
 
RouteResetStatsCommand - Class in org.apache.camel.commands
Command to reset route stats.
RouteResetStatsCommand(String) - Constructor for class org.apache.camel.commands.RouteResetStatsCommand
 
RouteResumeCommand - Class in org.apache.camel.commands
Command to resume a route.
RouteResumeCommand(String, String) - Constructor for class org.apache.camel.commands.RouteResumeCommand
 
RouteShowCommand - Class in org.apache.camel.commands
Command to show the route marshaled in XML.
RouteShowCommand(String, String) - Constructor for class org.apache.camel.commands.RouteShowCommand
 
RouteStartCommand - Class in org.apache.camel.commands
Command to start a route.
RouteStartCommand(String, String) - Constructor for class org.apache.camel.commands.RouteStartCommand
 
RouteStopCommand - Class in org.apache.camel.commands
Command to stop a route.
RouteStopCommand(String, String) - Constructor for class org.apache.camel.commands.RouteStopCommand
 
RouteSuspendCommand - Class in org.apache.camel.commands
Command to suspend a route.
RouteSuspendCommand(String, String) - Constructor for class org.apache.camel.commands.RouteSuspendCommand
 

S

safeNull(String) - Method in class org.apache.camel.commands.AbstractCamelCommand
 
safeNull(Object) - Method in class org.apache.camel.commands.AbstractCamelCommand
 
setStringEscape(StringEscape) - Method in class org.apache.camel.commands.ContextInfoCommand
Sets the StringEscape to use.
setStringEscape(StringEscape) - Method in class org.apache.camel.commands.RouteInfoCommand
Sets the StringEscape to use.
setStringEscape(StringEscape) - Method in class org.apache.camel.commands.RouteProfileCommand
Sets the StringEscape to use.
startContext(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
startContext(String) - Method in interface org.apache.camel.commands.CamelController
Starts the given Camel context.
startRoute(String, String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
startRoute(String, String) - Method in interface org.apache.camel.commands.CamelController
Starts the given route
stopContext(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
stopContext(String) - Method in interface org.apache.camel.commands.CamelController
Stops the given Camel context.
stopRoute(String, String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
stopRoute(String, String) - Method in interface org.apache.camel.commands.CamelController
Stops the given route
StringEscape - Interface in org.apache.camel.commands
To escape strings.
suspendContext(String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
suspendContext(String) - Method in interface org.apache.camel.commands.CamelController
Suspends the given Camel context.
suspendRoute(String, String) - Method in class org.apache.camel.commands.AbstractLocalCamelController
 
suspendRoute(String, String) - Method in interface org.apache.camel.commands.CamelController
Suspends the given route

T

TransformerListCommand - Class in org.apache.camel.commands
List the Camel transformers available in the JVM.
TransformerListCommand(String, boolean, boolean, boolean) - Constructor for class org.apache.camel.commands.TransformerListCommand
 

U

unescapeJava(String) - Method in interface org.apache.camel.commands.StringEscape
 

V

ValidatorListCommand - Class in org.apache.camel.commands
List the Camel validators available in the JVM.
ValidatorListCommand(String, boolean, boolean, boolean) - Constructor for class org.apache.camel.commands.ValidatorListCommand
 

W

wildcardAsRegex(String) - Static method in class org.apache.camel.commands.internal.RegexUtil
convert a wild card containing * and ? to the equivalent regex

X

XML_TIMESTAMP_FORMAT - Static variable in class org.apache.camel.commands.ContextInfoCommand
 
XML_TIMESTAMP_FORMAT - Static variable in class org.apache.camel.commands.RouteInfoCommand
 
A B C E G H I L M O P R S T U V W X 
Skip navigation links
Camel :: Platforms :: Commands :: Core 2.23.2.fuse-770010-redhat-00001

Apache Camel