public class RouteProfileCommand extends AbstractRouteCommand
| Modifier and Type | Field and Description |
|---|---|
protected static String |
HEADER_FORMAT |
protected static String |
OUTPUT_FORMAT |
| Constructor and Description |
|---|
RouteProfileCommand(String route,
String context) |
| Modifier and Type | Method and Description |
|---|---|
void |
executeOnRoute(CamelController camelController,
String contextName,
String routeId,
PrintStream out,
PrintStream err) |
void |
setStringEscape(StringEscape stringEscape)
Sets the
StringEscape to use. |
executesafeNull, safeNullprotected static final String HEADER_FORMAT
protected static final String OUTPUT_FORMAT
public void setStringEscape(StringEscape stringEscape)
StringEscape to use.public void executeOnRoute(CamelController camelController, String contextName, String routeId, PrintStream out, PrintStream err) throws Exception
executeOnRoute in class AbstractRouteCommandExceptionApache Camel