Class CliCommand

  • All Implemented Interfaces:
    java.util.concurrent.Callable<java.lang.Integer>

    public abstract class CliCommand
    extends java.lang.Object
    implements java.util.concurrent.Callable<java.lang.Integer>
    • Constructor Summary

      Constructors 
      Constructor Description
      CliCommand()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void preprocess​(picocli.CommandLine commandLine)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.concurrent.Callable

        call
    • Constructor Detail

      • CliCommand

        public CliCommand()
    • Method Detail

      • preprocess

        public void preprocess​(picocli.CommandLine commandLine)
                        throws java.lang.Exception
        Throws:
        java.lang.Exception