public class RouteInfoCommand extends AbstractRouteCommand
Modifier and Type | Field and Description |
---|---|
static String |
OUTPUT_TIMESTAMP_FORMAT |
static String |
XML_TIMESTAMP_FORMAT |
Constructor and Description |
---|
RouteInfoCommand(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. |
execute
safeNull, safeNull
public static final String XML_TIMESTAMP_FORMAT
public static final String OUTPUT_TIMESTAMP_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 AbstractRouteCommand
Exception
Apache Camel