クラス Script
java.lang.ObjectSE
org.springframework.shell.standard.AbstractShellComponent
org.springframework.shell.standard.commands.Script
- 実装済みのインターフェース一覧:
org.springframework.beans.factory.Aware、org.springframework.beans.factory.InitializingBean、org.springframework.context.ApplicationContextAware、org.springframework.context.ResourceLoaderAware
ファイルから他のコマンドを読み取って実行できるコマンド。
ネストされたクラスの概要
ネストされたクラスコンストラクター概要
コンストラクター方法の概要
クラス org.springframework.shell.standard.AbstractShellComponent から継承されたメソッド
afterPropertiesSet, getApplicationContext, getCommandCatalog, getCompletionResolver, getResourceLoader, getShell, getTemplateExecutor, getTerminal, getThemeResolver, getViewComponentBuilder, setApplicationContext, setResourceLoader
コンストラクターの詳細
Script
public Script(org.jline.reader.Parser parser)
方法の詳細
script
@ShellMethod("Read and execute commands from a file.") public void script(FileSE file) throws ExceptionSE - 例外:
ExceptionSE