Interface ModelToStructureDumper


public interface ModelToStructureDumper
SPI for dumping model definitions into textual structure
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Service factory key.
  • Method Summary

    Modifier and Type
    Method
    Description
    dumpStructure(CamelContext context, Route route, boolean brief)
    Dumps the route (structure only) with source code lines
  • Field Details

  • 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 CamelContext
      route - the route
      brief - whether to include fewer details (brief mode)
      Returns:
      the output in textual structure
      Throws:
      Exception