Class RouteControllerAction

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

public class RouteControllerAction extends CamelCommand
  • Constructor Details

    • RouteControllerAction

      public RouteControllerAction(CamelJBangMain main)
  • Method Details

    • doWatchCall

      public Integer doWatchCall() throws Exception
      Throws:
      Exception
    • dumpTable

      protected void dumpTable(List<org.apache.camel.dsl.jbang.core.commands.action.RouteControllerAction.Row> rows, boolean supervised)
    • sortRow

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

      protected org.apache.camel.util.json.JsonObject waitForOutputFile(File outputFile)
    • getSupervising

      protected String getSupervising(org.apache.camel.dsl.jbang.core.commands.action.RouteControllerAction.Row r)
    • getAttempts

      protected String getAttempts(org.apache.camel.dsl.jbang.core.commands.action.RouteControllerAction.Row r)
    • getLast

      protected String getLast(org.apache.camel.dsl.jbang.core.commands.action.RouteControllerAction.Row r)
    • getElapsed

      protected String getElapsed(org.apache.camel.dsl.jbang.core.commands.action.RouteControllerAction.Row r)
    • doCall

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

      protected void clearScreen()
    • getJsonObject

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