java.lang.Object
org.springframework.shell.standard.commands.Quit

@ShellComponent public class Quit extends Object
A command that terminates the running shell.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
    Marker interface for beans providing quit functionality to the shell.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Quit

      public Quit()
  • Method Details

    • quit

      @ShellMethod(value="Exit the shell.", key={"quit","exit"}, interactionMode=INTERACTIVE) public void quit()