Class FlowShellCommand

java.lang.Object
org.crsh.command.AbstractCommand
org.crsh.command.BaseCommand
net.corda.tools.shell.InteractiveShellCommand<net.corda.core.messaging.CordaRPCOps>
net.corda.tools.shell.CordaRpcOpsShellCommand
net.corda.tools.shell.FlowShellCommand

public class FlowShellCommand extends net.corda.tools.shell.CordaRpcOpsShellCommand
  • Field Summary

    Fields inherited from class org.crsh.command.BaseCommand

    log, unmatched

    Fields inherited from class org.crsh.command.AbstractCommand

    context, out
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
    list(org.crsh.command.InvocationContext<String> context)
     
    void
    start(String name, List<String> input)
     
    void
    watch(org.crsh.command.InvocationContext<org.crsh.text.ui.TableElement> context)
     

    Methods inherited from class net.corda.tools.shell.CordaRpcOpsShellCommand

    getRpcOpsClass, objectMapper

    Methods inherited from class net.corda.tools.shell.InteractiveShellCommand

    ansiProgressRenderer, isSsh, ops

    Methods inherited from class org.crsh.command.BaseCommand

    execute, getUnmatched, readLine, readLine

    Methods inherited from class org.crsh.command.AbstractCommand

    peekContext, popContext, pushContext

    Methods inherited from class java.lang.Object

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

    • FlowShellCommand

      public FlowShellCommand()
  • Method Details

    • start

      public void start(String name, List<String> input)
    • watch

      public void watch(org.crsh.command.InvocationContext<org.crsh.text.ui.TableElement> context) throws Exception
      Throws:
      Exception
    • list

      public void list(org.crsh.command.InvocationContext<String> context) throws Exception
      Throws:
      Exception
    • kill

      public void kill(String id)