Uses of Interface
org.springframework.shell.ShellRunner
Packages that use ShellRunner
Package
Description
Contains classes that leverage the JLine library to hook into the Spring Shell REPL.
-
Uses of ShellRunner in org.springframework.shell.jline
Classes in org.springframework.shell.jline that implement ShellRunnerModifier and TypeClassDescriptionclassAShellRunnerthat bootstraps the shell in interactive mode.classAShellRunnerthat executes commands without entering interactive shell mode.classAShellRunnerthat 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 therunnerrecord component.Constructors in org.springframework.shell.test with parameters of type ShellRunnerModifierConstructorDescriptionShellRunnerTaskData(ShellRunner runner, String[] args, AtomicInteger state) Creates an instance of aShellRunnerTaskDatarecord class.