public class InteractiveShell
extends java.lang.Object
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
void |
start() |
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)
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)