クラス ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration
java.lang.ObjectSE
org.springframework.shell.boot.ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration
- 含まれているクラス:
- ShellRunnerAutoConfiguration
@Configuration(proxyBeanMethods=false)
@Conditional(OnNotPrimaryCommandCondition.class)
public static class ShellRunnerAutoConfiguration.NonePrimaryCommandConfiguration
extends ObjectSE
コンストラクター概要
コンストラクター方法の概要
修飾子と型メソッド説明interactiveApplicationRunner(org.jline.reader.LineReader lineReader, PromptProvider promptProvider, Shell shell, ShellContext shellContext) nonInteractiveApplicationRunner(Shell shell, ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<NonInteractiveShellRunnerCustomizer> customizer) scriptApplicationRunner(org.jline.reader.Parser parser, Shell shell)
コンストラクターの詳細
NonePrimaryCommandConfiguration
public NonePrimaryCommandConfiguration()
メソッドの詳細
interactiveApplicationRunner
@Bean @ConditionalOnProperty(prefix="spring.shell.interactive", value="enabled", havingValue="true", matchIfMissing=false) public InteractiveShellRunner interactiveApplicationRunner(org.jline.reader.LineReader lineReader, PromptProvider promptProvider, Shell shell, ShellContext shellContext) nonInteractiveApplicationRunner
@Bean @ConditionalOnProperty(prefix="spring.shell.noninteractive", value="enabled", havingValue="true", matchIfMissing=true) public NonInteractiveShellRunner nonInteractiveApplicationRunner(Shell shell, ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<NonInteractiveShellRunnerCustomizer> customizer) scriptApplicationRunner
@Bean @ConditionalOnProperty(prefix="spring.shell.script", value="enabled", havingValue="true", matchIfMissing=false) public ScriptShellRunner scriptApplicationRunner(org.jline.reader.Parser parser, Shell shell)