Class InteractiveShell


  • public class InteractiveShell
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      InteractiveShell​(picocli.CommandLine commandLine, java.util.function.Consumer<java.lang.String[]> executor, java.util.function.BiFunction<java.lang.Throwable,​picocli.CommandLine,​java.lang.Integer> onError)  
      InteractiveShell​(picocli.CommandLine commandLine, java.util.function.Consumer<java.lang.String[]> executor, java.util.function.BiFunction<java.lang.Throwable,​picocli.CommandLine,​java.lang.Integer> onError, java.lang.String prompt)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void start()  
      • Methods inherited from class java.lang.Object

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

      • InteractiveShell

        public InteractiveShell​(picocli.CommandLine commandLine,
                                java.util.function.Consumer<java.lang.String[]> executor,
                                java.util.function.BiFunction<java.lang.Throwable,​picocli.CommandLine,​java.lang.Integer> onError)
      • InteractiveShell

        public InteractiveShell​(picocli.CommandLine commandLine,
                                java.util.function.Consumer<java.lang.String[]> executor,
                                java.util.function.BiFunction<java.lang.Throwable,​picocli.CommandLine,​java.lang.Integer> onError,
                                java.lang.String prompt)
    • Method Detail

      • start

        public void start()