Interface ModelToStructureDumper
public interface ModelToStructureDumper
SPI for dumping model definitions into textual structure
- Since:
- 4.16
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondumpStructure(CamelContext context, String routeId, boolean brief) Dumps the route (structure only) with source code lines
-
Field Details
-
FACTORY
-
-
Method Details
-
dumpStructure
List<ModelDumpLine> dumpStructure(CamelContext context, String routeId, boolean brief) throws Exception Dumps the route (structure only) with source code lines- Parameters:
context- the CamelContextrouteId- the route idbrief- whether to include fewer details (brief mode)- Returns:
- the output in textual structure
- Throws:
Exception
-