クラス SpringShellAutoConfiguration
java.lang.ObjectSE
org.springframework.shell.boot.SpringShellAutoConfiguration
@AutoConfiguration
@Import(ResultHandlerConfig.class)
public class SpringShellAutoConfiguration
extends ObjectSE
シェルを実行するためのサポート Bean を作成します
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明resultHandlerService(SetSE<ResultHandler<?>> resultHandlers) shell(ResultHandlerService resultHandlerService, CommandCatalog commandRegistry, org.jline.terminal.Terminal terminal, ShellConversionServiceSupplier shellConversionServiceSupplier, ShellContext shellContext, ExitCodeMappings exitCodeMappings) shellConversionServiceSupplier(org.springframework.context.ApplicationContext applicationContext)
コンストラクターの詳細
SpringShellAutoConfiguration
public SpringShellAutoConfiguration()
メソッドの詳細
shellConversionServiceSupplier
@Bean @ConditionalOnMissingBean public ShellConversionServiceSupplier shellConversionServiceSupplier(org.springframework.context.ApplicationContext applicationContext) resultHandlerService
shell
@Bean public Shell shell(ResultHandlerService resultHandlerService, CommandCatalog commandRegistry, org.jline.terminal.Terminal terminal, ShellConversionServiceSupplier shellConversionServiceSupplier, ShellContext shellContext, ExitCodeMappings exitCodeMappings)