クラス ShellRunnerAutoConfiguration.PrimaryCommandConfiguration
java.lang.ObjectSE
org.springframework.shell.boot.ShellRunnerAutoConfiguration.PrimaryCommandConfiguration
- 含まれているクラス:
- ShellRunnerAutoConfiguration
@Configuration(proxyBeanMethods=false)
@EnableConfigurationProperties(SpringShellProperties.class)
@Conditional(OnPrimaryCommandCondition.class)
public static class ShellRunnerAutoConfiguration.PrimaryCommandConfiguration
extends ObjectSE
コンストラクターの概要
コンストラクター方法の概要
修飾子と型メソッド説明nonInteractiveApplicationRunner(Shell shell, ShellContext shellContext, org.springframework.beans.factory.ObjectProvider<NonInteractiveShellRunnerCustomizer> customizer, SpringShellProperties properties)
コンストラクターの詳細
PrimaryCommandConfiguration
public PrimaryCommandConfiguration()
メソッドの詳細
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, SpringShellProperties properties)