|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.camel.view.GraphSupport
@Deprecated public class GraphSupport
A base class for Graph processing code of Camel EIPs containing a number of helper methods
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
log
Deprecated. |
protected Map<Object,NodeData> |
nodeMap
Deprecated. |
| Constructor Summary | |
|---|---|
GraphSupport()
Deprecated. |
|
| Method Summary | |
|---|---|
protected void |
addRouteToMap(Map<String,List<RouteDefinition>> map,
RouteDefinition route)
Deprecated. |
protected Map<String,List<RouteDefinition>> |
createRouteGroupMap(List<RouteDefinition> routes)
Deprecated. |
String |
getImagePrefix()
Deprecated. |
protected String |
getLabel(ExpressionDefinition expression)
Deprecated. |
protected String |
getLabel(List<ExpressionDefinition> expressions)
Deprecated. |
protected NodeData |
getNodeData(Object node)
Deprecated. |
protected boolean |
isMulticastNode(ProcessorDefinition<?> node)
Deprecated. |
protected boolean |
isPipeline(ProcessorDefinition<?> node)
Deprecated. Is the given node a pipeline |
void |
setImagePrefix(String imagePrefix)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.slf4j.Logger log
protected final Map<Object,NodeData> nodeMap
| Constructor Detail |
|---|
public GraphSupport()
| Method Detail |
|---|
protected String getLabel(List<ExpressionDefinition> expressions)
protected String getLabel(ExpressionDefinition expression)
protected NodeData getNodeData(Object node)
protected Map<String,List<RouteDefinition>> createRouteGroupMap(List<RouteDefinition> routes)
protected void addRouteToMap(Map<String,List<RouteDefinition>> map,
RouteDefinition route)
protected boolean isMulticastNode(ProcessorDefinition<?> node)
protected boolean isPipeline(ProcessorDefinition<?> node)
public String getImagePrefix()
public void setImagePrefix(String imagePrefix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||