public class EndpointListCommand extends AbstractContextCommand
| Constructor and Description |
|---|
EndpointListCommand(String context,
boolean decode,
boolean verbose,
boolean explain) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err)
Perform Context-specific command
|
execute, executeLocalsafeNull, safeNullpublic EndpointListCommand(String context, boolean decode, boolean verbose, boolean explain)
protected Object performContextCommand(CamelController camelController, String contextName, PrintStream out, PrintStream err) throws Exception
AbstractContextCommandperformContextCommand in class AbstractContextCommandcamelController - the Camel controllercontextName - the Camel context nameout - the output printer streamerr - the error print streamException - is thrown if error executing commandApache Camel