クラス History
java.lang.ObjectSE
org.springframework.shell.standard.commands.History
以前に実行されたすべてのコマンドを表示するコマンド。オプションで
Script
で読み取り可能なファイルにダンプします。ネストされたクラスのサマリー
ネストされたクラスコンストラクターの概要
コンストラクターメソッドのサマリー
コンストラクターの詳細
History
public History(org.jline.reader.History jLineHistory)
メソッドの詳細
history
@ShellMethod("Display or save the history of previously run commands") public ListSE<StringSE> history(@ShellOption(help="A file to save history to.",defaultValue="__NULL__") FileSE file) throws IOExceptionSE