org.springframework.shell.commands
Class ExitCommands

java.lang.Object
  extended by org.springframework.shell.commands.ExitCommands
All Implemented Interfaces:
CommandMarker

@Component
public class ExitCommands
extends Object
implements CommandMarker

Commands related to exiting the shell


Constructor Summary
ExitCommands()
           
 
Method Summary
 ExitShellRequest quit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExitCommands

public ExitCommands()
Method Detail

quit

public ExitShellRequest quit()