Class AEtchCommand

java.lang.Object
convex.cli.ACommand
convex.cli.etch.AEtchCommand
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
EtchClear, EtchDump, EtchInfo, EtchRead, EtchValidate, EtchWrite

public abstract class AEtchCommand extends ACommand
  • Field Details

    • etchParent

      protected Etch etchParent
    • etchMixin

      protected EtchMixin etchMixin
  • Constructor Details

    • AEtchCommand

      public AEtchCommand()
  • Method Details

    • cli

      public Main cli()
      Description copied from class: ACommand
      Gets the current CLI main command instance
      Specified by:
      cli in class ACommand
      Returns:
      CLI instance
    • store

      public EtchStore store()