Package org.grails.forge.cli
Class InteractiveShell
- java.lang.Object
-
- org.grails.forge.cli.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 voidstart()
-
-
-
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)
-
-