Class MigrationCliAdapter

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

    public class MigrationCliAdapter
    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()  
      • Methods inherited from class java.lang.Object

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

      • MigrationCliAdapter

        public MigrationCliAdapter()
    • Method Detail

      • getType

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

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

        public com.quorum.tessera.cli.CliResult call()
        Specified by:
        call in interface java.util.concurrent.Callable<com.quorum.tessera.cli.CliResult>