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 Summary
Modifier and TypeFieldDescriptionstatic final int
The precedence at which this runner is executed with respect to other ApplicationRunner beans -
Constructor Summary
-
Method Summary
-
Field Details
-
PRECEDENCE
public 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:
run
in interfaceorg.springframework.boot.ApplicationRunner
- Throws:
Exception
-