Skip navigation links
B C H O Q S V 

B

bash() - Method in class org.springframework.shell.standard.commands.Completion
 

C

Clear - Class in org.springframework.shell.standard.commands
ANSI console related commands.
Clear() - Constructor for class org.springframework.shell.standard.commands.Clear
 
clear() - Method in class org.springframework.shell.standard.commands.Clear
 
Clear.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing clear functionality to the shell.
Completion - Class in org.springframework.shell.standard.commands
Command to create a shell completion files, i.e.
Completion(String) - Constructor for class org.springframework.shell.standard.commands.Completion
 
Completion.Command - Interface in org.springframework.shell.standard.commands
Marker interface used in auto-config.

H

Help - Class in org.springframework.shell.standard.commands
A command to display help about all available commands.
Help(TemplateExecutor) - Constructor for class org.springframework.shell.standard.commands.Help
 
help(String[]) - Method in class org.springframework.shell.standard.commands.Help
 
Help.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing help functionality to the shell.
History - Class in org.springframework.shell.standard.commands
A command that displays all previously run commands, optionally dumping to a file readable by Script.
History(History) - Constructor for class org.springframework.shell.standard.commands.History
 
history(File) - Method in class org.springframework.shell.standard.commands.History
 
History.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing history functionality to the shell.

O

org.springframework.shell.standard.commands - package org.springframework.shell.standard.commands
Contains default commands that ought to apply to each shell app.

Q

Quit - Class in org.springframework.shell.standard.commands
A command that terminates the running shell.
Quit() - Constructor for class org.springframework.shell.standard.commands.Quit
 
quit() - Method in class org.springframework.shell.standard.commands.Quit
 
Quit.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing quit functionality to the shell.

S

Script - Class in org.springframework.shell.standard.commands
A command that can read and execute other commands from a file.
Script(Parser) - Constructor for class org.springframework.shell.standard.commands.Script
 
script(File) - Method in class org.springframework.shell.standard.commands.Script
 
Script.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing script functionality to the shell.
setBuildProperties(BuildProperties) - Method in class org.springframework.shell.standard.commands.Version
 
setCommandsTemplate(String) - Method in class org.springframework.shell.standard.commands.Help
Sets a location for a template rendering commands help.
setCommandTemplate(String) - Method in class org.springframework.shell.standard.commands.Help
Sets a location for a template rendering command help.
setGitProperties(GitProperties) - Method in class org.springframework.shell.standard.commands.Version
 
setResourceLoader(ResourceLoader) - Method in class org.springframework.shell.standard.commands.Completion
 
setShowBuildArtifact(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowBuildGroup(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowBuildName(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowBuildTime(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowBuildVersion(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowGitBranch(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowGitCommitId(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowGitCommitTime(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowGitShortCommitId(boolean) - Method in class org.springframework.shell.standard.commands.Version
 
setShowGroups(boolean) - Method in class org.springframework.shell.standard.commands.Help
Sets if groups should be shown in a listing, defaults to true.
setTemplate(String) - Method in class org.springframework.shell.standard.commands.Version
 
Stacktrace - Class in org.springframework.shell.standard.commands
A command to display the full stacktrace when an error occurs.
Stacktrace(ObjectProvider<ThrowableResultHandler>) - Constructor for class org.springframework.shell.standard.commands.Stacktrace
 
stacktrace() - Method in class org.springframework.shell.standard.commands.Stacktrace
 
Stacktrace.Command - Interface in org.springframework.shell.standard.commands
Marker interface for beans providing stacktrace functionality to the shell.

V

Version - Class in org.springframework.shell.standard.commands
Command to list version and other build related infos.
Version(TemplateExecutor) - Constructor for class org.springframework.shell.standard.commands.Version
 
version() - Method in class org.springframework.shell.standard.commands.Version
 
Version.Command - Interface in org.springframework.shell.standard.commands
Marker interface used in auto-config.
B C H O Q S V 
Skip navigation links

Copyright © 2023. All rights reserved.