A C D E G H O R S U W

A

AbstractRouteCommand - Class in org.apache.camel.karaf.commands
 
AbstractRouteCommand() - Constructor for class org.apache.camel.karaf.commands.AbstractRouteCommand
 

C

CamelContextCompleter - Class in org.apache.camel.karaf.commands.completers
A JLine completer for the Camel contexts.
CamelContextCompleter() - Constructor for class org.apache.camel.karaf.commands.completers.CamelContextCompleter
 
CamelController - Interface in org.apache.camel.karaf.commands
CamelController interface defines the expected behaviors to manipulate Camel resources (context, route, etc).
CamelControllerImpl - Class in org.apache.camel.karaf.commands.internal
Implementation of CamelController.
CamelControllerImpl() - Constructor for class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
complete(String, int, List) - Method in class org.apache.camel.karaf.commands.completers.CamelContextCompleter
 
complete(String, int, List) - Method in class org.apache.camel.karaf.commands.completers.RouteCompleter
 
CONTEXT_ID - Static variable in class org.apache.camel.karaf.commands.RouteList
 
ContextInfo - Class in org.apache.camel.karaf.commands
Command to display detailed information about a Camel context.
ContextInfo() - Constructor for class org.apache.camel.karaf.commands.ContextInfo
 
ContextList - Class in org.apache.camel.karaf.commands
List the Camel contexts available in the Karaf instance.
ContextList() - Constructor for class org.apache.camel.karaf.commands.ContextList
 
ContextStart - Class in org.apache.camel.karaf.commands
Command to start a Camel context.
ContextStart() - Constructor for class org.apache.camel.karaf.commands.ContextStart
 
ContextStop - Class in org.apache.camel.karaf.commands
Command to stop a Camel context.
ContextStop() - Constructor for class org.apache.camel.karaf.commands.ContextStop
 

D

doExecute() - Method in class org.apache.camel.karaf.commands.AbstractRouteCommand
 
doExecute() - Method in class org.apache.camel.karaf.commands.ContextInfo
 
doExecute() - Method in class org.apache.camel.karaf.commands.ContextList
 
doExecute() - Method in class org.apache.camel.karaf.commands.ContextStart
 
doExecute() - Method in class org.apache.camel.karaf.commands.ContextStop
 
doExecute() - Method in class org.apache.camel.karaf.commands.EndpointList
 
doExecute() - Method in class org.apache.camel.karaf.commands.RouteInfo
 
doExecute() - Method in class org.apache.camel.karaf.commands.RouteList
 
doExecute() - Method in class org.apache.camel.karaf.commands.RouteShow
 

E

EndpointList - Class in org.apache.camel.karaf.commands
List the Camel endpoints available in the Karaf instance.
EndpointList() - Constructor for class org.apache.camel.karaf.commands.EndpointList
 
executeOnRoute(CamelContext, Route) - Method in class org.apache.camel.karaf.commands.AbstractRouteCommand
 
executeOnRoute(CamelContext, Route) - Method in class org.apache.camel.karaf.commands.RouteResume
 
executeOnRoute(CamelContext, Route) - Method in class org.apache.camel.karaf.commands.RouteStart
 
executeOnRoute(CamelContext, Route) - Method in class org.apache.camel.karaf.commands.RouteStop
 
executeOnRoute(CamelContext, Route) - Method in class org.apache.camel.karaf.commands.RouteSuspend
 

G

getCamelContext(String) - Method in interface org.apache.camel.karaf.commands.CamelController
Get a Camel context identified by the given name.
getCamelContext(String) - Method in class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
getCamelContexts() - Method in interface org.apache.camel.karaf.commands.CamelController
Get the list of Camel context.
getCamelContexts() - Method in class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
getRoute(String, String) - Method in interface org.apache.camel.karaf.commands.CamelController
Return the route with the given route ID.
getRoute(String, String) - Method in class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
getRouteDefinition(String, String) - Method in interface org.apache.camel.karaf.commands.CamelController
Return the definition of a route identified by a ID and a Camel context.
getRouteDefinition(String, String) - Method in class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
getRouteDefinitions(String) - Method in interface org.apache.camel.karaf.commands.CamelController
Get all route definitions.
getRouteDefinitions(String) - Method in class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
getRoutes(String) - Method in interface org.apache.camel.karaf.commands.CamelController
Get all routes.
getRoutes(String, String) - Method in interface org.apache.camel.karaf.commands.CamelController
Get all routes filtered by the regex.
getRoutes(String) - Method in class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
getRoutes(String, String) - Method in class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
getState(Endpoint) - Method in class org.apache.camel.karaf.commands.EndpointList
 

H

HEADER_FORMAT - Static variable in class org.apache.camel.karaf.commands.EndpointList
 
HEADER_FORMAT - Static variable in class org.apache.camel.karaf.commands.RouteList
 

O

org.apache.camel.karaf.commands - package org.apache.camel.karaf.commands
 
org.apache.camel.karaf.commands.completers - package org.apache.camel.karaf.commands.completers
 
org.apache.camel.karaf.commands.internal - package org.apache.camel.karaf.commands.internal
 
OUTPUT_FORMAT - Static variable in class org.apache.camel.karaf.commands.EndpointList
 
OUTPUT_FORMAT - Static variable in class org.apache.camel.karaf.commands.RouteList
 

R

RegexUtil - Class in org.apache.camel.karaf.commands.internal
Util class.
ROUTE_ID - Static variable in class org.apache.camel.karaf.commands.RouteList
 
RouteCompleter - Class in org.apache.camel.karaf.commands.completers
A Jline completer for the Camel routes.
RouteCompleter() - Constructor for class org.apache.camel.karaf.commands.completers.RouteCompleter
 
RouteInfo - Class in org.apache.camel.karaf.commands
Command to display detailed information about a Camel route.
RouteInfo() - Constructor for class org.apache.camel.karaf.commands.RouteInfo
 
RouteList - Class in org.apache.camel.karaf.commands
Command to list all Camel routes.
RouteList() - Constructor for class org.apache.camel.karaf.commands.RouteList
 
RouteResume - Class in org.apache.camel.karaf.commands
Command to resume a route.
RouteResume() - Constructor for class org.apache.camel.karaf.commands.RouteResume
 
RouteShow - Class in org.apache.camel.karaf.commands
Command to show the route marshaled in XML.
RouteShow() - Constructor for class org.apache.camel.karaf.commands.RouteShow
 
RouteStart - Class in org.apache.camel.karaf.commands
Command to start a route.
RouteStart() - Constructor for class org.apache.camel.karaf.commands.RouteStart
 
RouteStop - Class in org.apache.camel.karaf.commands
Command to stop a route.
RouteStop() - Constructor for class org.apache.camel.karaf.commands.RouteStop
 
RouteSuspend - Class in org.apache.camel.karaf.commands
Command to suspend a route.
RouteSuspend() - Constructor for class org.apache.camel.karaf.commands.RouteSuspend
 

S

setBundleContext(BundleContext) - Method in class org.apache.camel.karaf.commands.internal.CamelControllerImpl
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.AbstractRouteCommand
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.completers.CamelContextCompleter
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.completers.RouteCompleter
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.ContextInfo
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.ContextList
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.ContextStart
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.ContextStop
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.EndpointList
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.RouteInfo
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.RouteList
 
setCamelController(CamelController) - Method in class org.apache.camel.karaf.commands.RouteShow
 
STATUS - Static variable in class org.apache.camel.karaf.commands.RouteList
 

U

UNKNOWN - Static variable in class org.apache.camel.karaf.commands.RouteList
 

W

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

A C D E G H O R S U W

Apache CAMEL