@Order(value=0) public class DefaultShellApplicationRunner extends Object implements org.springframework.boot.ApplicationRunner
Default implementation has default priority and looks for application arguments that start with an @, assuming they are paths to script files. Executes them and quits if they are present, starts the shell interactively otherwise.
Modifier and Type | Class and Description |
---|---|
static class |
DefaultShellApplicationRunner.JLineInputProvider |
Modifier and Type | Field and Description |
---|---|
static int |
PRECEDENCE |
Constructor and Description |
---|
DefaultShellApplicationRunner(org.jline.reader.LineReader lineReader,
PromptProvider promptProvider,
org.jline.reader.Parser parser,
Shell shell) |
public static final int PRECEDENCE
public DefaultShellApplicationRunner(org.jline.reader.LineReader lineReader, PromptProvider promptProvider, org.jline.reader.Parser parser, Shell shell)
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.