Class Shell
- java.lang.Object
- org.springframework.boot.cli.command.shell.Shell
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidhandleSigInt()Final handle an interrupt signal (CTRL-C).voidrun()Run the shell until the user exists.
Method Detail
run
public void run() throws Exception
Run the shell until the user exists.- Throws:
Exception- on error
handleSigInt
protected void handleSigInt()
Final handle an interrupt signal (CTRL-C).