Class LegacyCliAdapter

  • All Implemented Interfaces:
    com.quorum.tessera.cli.CliAdapter, java.util.concurrent.Callable<com.quorum.tessera.cli.CliResult>

    public class LegacyCliAdapter
    extends java.lang.Object
    implements com.quorum.tessera.cli.CliAdapter, java.util.concurrent.Callable<com.quorum.tessera.cli.CliResult>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.quorum.tessera.cli.CliResult call()  
      com.quorum.tessera.cli.CliResult execute​(java.lang.String... args)  
      com.quorum.tessera.cli.CliType getType()  
      void setOverrides​(LegacyOverridesMixin overrides)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.quorum.tessera.cli.CliAdapter

        sys
    • Method Detail

      • getType

        public com.quorum.tessera.cli.CliType getType()
        Specified by:
        getType in interface com.quorum.tessera.cli.CliAdapter
      • call

        public com.quorum.tessera.cli.CliResult call()
                                              throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<com.quorum.tessera.cli.CliResult>
        Throws:
        java.lang.Exception
      • execute

        public com.quorum.tessera.cli.CliResult execute​(java.lang.String... args)
                                                 throws java.lang.Exception
        Specified by:
        execute in interface com.quorum.tessera.cli.CliAdapter
        Throws:
        java.lang.Exception