@ShellCommandGroup(value="Built-In Commands")
See: Description
Interface | Description |
---|---|
Clear.Command |
Marker interface for beans providing clear functionality to the shell.
|
Help.Command |
Marker interface for beans providing help functionality to the shell.
|
Quit.Command |
Marker interface for beans providing quit functionality to the shell.
|
Script.Command |
Marker interface for beans providing script functionality to the shell.
|
Stacktrace.Command |
Marker interface for beans providing stacktrace functionality to the shell.
|
Class | Description |
---|---|
Clear |
ANSI console related commands.
|
Help |
A command to display help about all available commands.
|
Quit |
A command that terminates the running shell.
|
Script |
A command that can read and execute other commands from a file.
|
Stacktrace |
A command to display the full stacktrace when an error occurs.
|
StandardCommandsAutoConfiguration |
Creates beans for standard commands.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.