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