Uses of Class
org.springframework.shell.core.InteractiveShellRunner
Packages that use InteractiveShellRunner
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 InteractiveShellRunner in org.springframework.shell.core
Subclasses of InteractiveShellRunner in org.springframework.shell.coreModifier and TypeClassDescriptionclassInteractive shell runner based on the JVM's systemConsole. -
Uses of InteractiveShellRunner in org.springframework.shell.jline
Subclasses of InteractiveShellRunner in org.springframework.shell.jlineModifier and TypeClassDescriptionclassInteractive shell runner based on the JVM's systemConsole.