Uses of Interface
org.springframework.shell.ShellRunner
Packages that use ShellRunner
Package
Description
Contains core classes for Spring Shell, irrespective of the way commands are actually implemented.
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
-
Uses of ShellRunner in org.springframework.shell
Constructor parameters in org.springframework.shell with type arguments of type ShellRunner -
Uses of ShellRunner in org.springframework.shell.boot
Method parameters in org.springframework.shell.boot with type arguments of type ShellRunnerModifier and TypeMethodDescriptionApplicationRunnerAutoConfiguration.defaultShellApplicationRunner
(List<ShellRunner> shellRunners) -
Uses of ShellRunner in org.springframework.shell.jline
Classes in org.springframework.shell.jline that implement ShellRunnerModifier and TypeClassDescriptionclass
AShellRunner
that bootstraps the shell in interactive mode.class
AShellRunner
that executes commands without entering interactive shell mode.class
AShellRunner
that looks for process arguments that start with @, which are then interpreted as references to script files to run and exit. -
Uses of ShellRunner in org.springframework.shell.test
Methods in org.springframework.shell.test that return ShellRunnerModifier and TypeMethodDescriptionShellTestClient.ShellRunnerTaskData.runner()
Returns the value of therunner
record component.Constructors in org.springframework.shell.test with parameters of type ShellRunnerModifierConstructorDescriptionShellRunnerTaskData
(ShellRunner runner, org.springframework.boot.ApplicationArguments args, AtomicInteger state) Creates an instance of aShellRunnerTaskData
record class.