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

public class EditCommand extends org.apache.camel.dsl.jbang.core.commands.CamelCommand
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand

    org.apache.camel.dsl.jbang.core.commands.CamelCommand.ParameterConsumer<T>
  • Constructor Summary

    Constructors
    Constructor
    Description
    EditCommand(org.apache.camel.dsl.jbang.core.commands.CamelJBangMain main)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.camel.dsl.jbang.core.commands.CamelCommand

    call, configureLoggingOff, disarrangeLogging, getActionFile, getDebugFile, getMain, getOutputFile, getReceiveFile, getRunBackgroundLogFile, getStatusFile, getTraceFile, printConfigurationValues, printer

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EditCommand

      public EditCommand(org.apache.camel.dsl.jbang.core.commands.CamelJBangMain main)
  • Method Details

    • doCall

      public Integer doCall() throws Exception
      Specified by:
      doCall in class org.apache.camel.dsl.jbang.core.commands.CamelCommand
      Throws:
      Exception