Uses of Annotation Interface
org.springframework.shell.standard.ShellComponent
Packages that use ShellComponent
Package
Description
Contains default commands that ought to apply to each shell app.
-
Uses of ShellComponent in org.springframework.shell.standard.commands
Classes in org.springframework.shell.standard.commands with annotations of type ShellComponentModifier and TypeClassDescriptionclassANSI console related commands.classCommand to create a shell completion files, i.e. forbash.classA command to display help about all available commands.classA command that displays all previously run commands, optionally dumping to a file readable byScript.classA command that terminates the running shell.classA command that can read and execute other commands from a file.classA command to display the full stacktrace when an error occurs.classCommand to list version and other build related infos.