| パッケージ | 説明 |
|---|---|
| org.springframework.boot.cli | Spring Boot CLI のメインエントリポイント。 |
| org.springframework.boot.cli.command | CLI のコマンドインフラストラクチャ。 |
| org.springframework.boot.cli.command.archive | jar および war を作成するための CLI コマンド。 |
| org.springframework.boot.cli.command.core | コア CLI コマンド。 |
| org.springframework.boot.cli.command.encodepassword | パスワードエンコード用の CLI コマンド。 |
| org.springframework.boot.cli.command.grab | 依存関係を取得するための CLI コマンド。 |
| org.springframework.boot.cli.command.init | Spring Initializr を使用して新しいアプリケーションを初期化する CLI コマンド。 |
| org.springframework.boot.cli.command.install | CLI 依存関係をインストールおよびアンインストールするための CLI コマンド。 |
| org.springframework.boot.cli.command.run | CLI アプリケーションを実行するためのクラス。 |
| org.springframework.boot.cli.command.shell | CLI でネストされたシェルを実行するためのクラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
CollectionSE<Command> | DefaultCommandFactory.getCommands() |
| 修飾子と型 | クラスと説明 |
|---|---|
class | AbstractCommandCommand の抽象的な実装。 |
class | OptionParsingCommandOptionHandler を使用してオプションを解析する Command の基本クラス。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
Command | CommandRunner.findCommand(StringSE name) 名前でコマンドを検索します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
CollectionSE<Command> | CommandFactory.getCommands()CLI Command を返します。 |
protected ListSE<Command> | CommandRunner.getCommands() |
IteratorSE<Command> | CommandRunner.iterator() |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | CommandRunner.addCommand(Command command) 指定されたコマンドを追加します。 |
protected void | CommandRunner.afterRun(Command command) コマンドの実行後に呼び出されるサブクラスフック。 |
protected void | CommandRunner.beforeRun(Command command) コマンドが実行される前に呼び出されるサブクラスフック。 |
boolean | CommandRunner.isOptionCommand(Command command) 指定されたコマンドがオプションコマンドかどうかを返します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | CommandRunner.addCommands(IterableSE<Command> commands) 指定されたコマンドを追加します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | JarCommandCommand は、CLI アプリケーションから自己完結型の実行可能 jar ファイルを作成します。 |
class | WarCommandCommand は、CLI アプリケーションから自己完結型の実行可能 jar ファイルを作成します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | HelpCommand「ヘルプ」リクエストに使用される内部 Command。 |
class | HintCommand シェルの自動補完のヒントを提供する内部 Command。 |
class | VersionCommand「バージョン」番号を表示する Command。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | EncodePasswordCommandSpring Security で使用するパスワードをエンコードする Command。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | GrabCommandCommand は、1 つ以上の Groovy スクリプトの依存関係を取得します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | InitCommandSpring initializr を使用してプロジェクトを初期化する Command。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | InstallCommandCommand。追加の依存関係を CLI にインストールします。 |
class | UninstallCommandCommand は、CLI の lib/ext ディレクトリから依存関係をアンインストールします。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | RunCommandCommand は、groovy スクリプトを「実行」します。 |
| 修飾子と型 | クラスと説明 |
|---|---|
class | PromptCommand |
class | ShellCommand ネストされた REPL シェルを開始する Command。 |
| コンストラクターと説明 |
|---|
CommandCompleter(jline.console.ConsoleReader consoleReader, jline.console.completer.ArgumentCompleter.ArgumentDelimiter argumentDelimiter, IterableSE<Command> commands) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.