クラス ShellRunnerAutoConfiguration
java.lang.ObjectSE
org.springframework.shell.core.autoconfigure.ShellRunnerAutoConfiguration
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明commandParser(CommandRegistry commandRegistry) nonInteractiveShellRunner(CommandParser commandParser, CommandRegistry commandRegistry) org.springframework.boot.ApplicationRunnerspringShellApplicationRunner(ShellRunner shellRunner) systemShellRunner(ConsoleInputProvider consoleInputProvider, CommandParser commandParser, CommandRegistry commandRegistry, org.springframework.core.env.Environment environment)
コンストラクターの詳細
ShellRunnerAutoConfiguration
public ShellRunnerAutoConfiguration()
方法の詳細
springShellApplicationRunner
@Bean @ConditionalOnMissingBean(name="springShellApplicationRunner") public org.springframework.boot.ApplicationRunner springShellApplicationRunner(ShellRunner shellRunner) systemShellRunner
@Bean @ConditionalOnMissingClass("org.springframework.shell.jline.DefaultJLineShellConfiguration") @ConditionalOnProperty(prefix="spring.shell.interactive", name="enabled", havingValue="true", matchIfMissing=true) public ShellRunner systemShellRunner(ConsoleInputProvider consoleInputProvider, CommandParser commandParser, CommandRegistry commandRegistry, org.springframework.core.env.Environment environment) nonInteractiveShellRunner
@Bean @ConditionalOnMissingClass("org.springframework.shell.jline.DefaultJLineShellConfiguration") @ConditionalOnProperty(prefix="spring.shell.interactive", name="enabled", havingValue="false") public ShellRunner nonInteractiveShellRunner(CommandParser commandParser, CommandRegistry commandRegistry) consoleInputProvider
commandParser