Package org.apache.camel.spi
Interface ModelToStructureDumper
public interface ModelToStructureDumper
SPI for dumping model definitions into textual structure
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondumpStructure(CamelContext context, Route route, boolean brief) Dumps the route (structure only) with source code lines
-
Field Details
-
FACTORY
Service factory key.- See Also:
-
-
Method Details
-
dumpStructure
List<ModelDumpLine> dumpStructure(CamelContext context, Route route, boolean brief) throws Exception Dumps the route (structure only) with source code lines- Parameters:
context- the CamelContextroute- the routebrief- whether to include fewer details (brief mode)- Returns:
- the output in textual structure
- Throws:
Exception
-