public abstract class AbstractContextCommand
extends org.apache.karaf.shell.console.OsgiCommandSupport
| Constructor and Description |
|---|
AbstractContextCommand() |
| Modifier and Type | Method and Description |
|---|---|
Object |
doExecute() |
protected abstract void |
performContextCommand(org.apache.camel.CamelContext camelContext)
Perform Context-specific command
|
void |
setCamelController(CamelController camelController) |
public void setCamelController(CamelController camelController)
public Object doExecute() throws Exception
doExecute in class org.apache.karaf.shell.console.AbstractActionExceptionApache Camel