public abstract class AbstractCamelController extends Object implements CamelController
CamelController
that implementators should extend.Constructor and Description |
---|
AbstractCamelController() |
Modifier and Type | Method and Description |
---|---|
List<Map<String,String>> |
getCamelContexts(String filter)
Get the list of Camel context filter by reg ex.
|
protected Map<String,Object> |
loadProperties(String json,
String group,
Map<String,Object> answer) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
browseInflightExchanges, explainEipAsJSon, explainEndpointAsJSon, getCamelContextInformation, getCamelContexts, getCamelContextStatsAsXml, getEndpointRuntimeStatistics, getEndpoints, getRestApiDocAsJson, getRestModelAsXml, getRestServices, getRouteModelAsXml, getRoutes, getRoutes, getRouteStatsAsXml, getTransformers, getValidators, listComponents, resetRouteStats, resumeContext, resumeRoute, startContext, startRoute, stopContext, stopRoute, suspendContext, suspendRoute
public List<Map<String,String>> getCamelContexts(String filter) throws Exception
CamelController
getCamelContexts
in interface CamelController
filter
- the filter which supports * and ? as wildcardsException
- can be thrownApache Camel