public class RestRegistryListCommand extends AbstractContextCommand
| Constructor and Description |
|---|
RestRegistryListCommand(String context,
boolean decode,
boolean verbose) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
performContextCommand(CamelController camelController,
String contextName,
PrintStream out,
PrintStream err)
Perform Context-specific command
|
execute, executeLocalsafeNull, safeNullpublic RestRegistryListCommand(String context, boolean decode, boolean verbose)
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