Class CamelBrowseAction

java.lang.Object
org.apache.camel.dsl.jbang.core.commands.CamelCommand
org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction
All Implemented Interfaces:
Callable<Integer>

public class CamelBrowseAction extends CamelCommand
  • Constructor Details

  • Method Details

    • doCall

      public Integer doCall() throws Exception
      Specified by:
      doCall in class CamelCommand
      Throws:
      Exception
    • dumpMessages

      protected void dumpMessages(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row> rows)
    • tableStatus

      protected void tableStatus(List<org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row> rows)
    • sortRow

      protected int sortRow(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row o1, org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row o2)
    • getEndpointUri

      protected String getEndpointUri(org.apache.camel.dsl.jbang.core.commands.action.CamelBrowseAction.Row r)
    • getJsonObject

      protected static org.apache.camel.util.json.JsonObject getJsonObject(File outputFile)