Class Quit
java.lang.Object
org.springframework.shell.standard.commands.Quit
A command that terminates the running shell.
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceMarker interface for beans providing quit functionality to the shell. - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Quit
public Quit() 
 - 
 - 
Method Details
- 
quit
@ShellMethod(value="Exit the shell.", key={"quit","exit"}, interactionMode=INTERACTIVE) public void quit() 
 -