Package org.springframework.shell
Class DefaultShellApplicationRunner
java.lang.Object
org.springframework.shell.DefaultShellApplicationRunner
- All Implemented Interfaces:
- org.springframework.boot.ApplicationRunner,- ShellApplicationRunner
@Order(0)
public class DefaultShellApplicationRunner
extends Object
implements ShellApplicationRunner
Default 
ShellApplicationRunner which dispatches to the first ordered ShellRunner able to handle
 the shell.- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intThe precedence at which this runner is executed with respect to other ApplicationRunner beans
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
PRECEDENCEpublic static final int PRECEDENCEThe precedence at which this runner is executed with respect to other ApplicationRunner beans- See Also:
 
 
- 
- 
Constructor Details- 
DefaultShellApplicationRunner
 
- 
- 
Method Details- 
run- Specified by:
- runin interface- org.springframework.boot.ApplicationRunner
- Throws:
- Exception
 
 
-