public class DefaultLaunchScript extends ObjectSE implements LaunchScript
LaunchScript のデフォルト実装。デフォルトの Spring Boot 起動スクリプトを提供するか、特定のスクリプトファイルをロードできます。{{name:default}} 形式の Mustache スタイルのテンプレート拡張もサポートします。| コンストラクターと説明 |
|---|
DefaultLaunchScript(FileSE file, MapSE<?,?> properties) 新しい DefaultLaunchScript インスタンスを作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
byte[] | toByteArray() バイト配列としての起動スクリプトのコンテンツ。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic DefaultLaunchScript(FileSE file, MapSE<?,?> properties) throws IOExceptionSE
DefaultLaunchScript インスタンスを作成します。file - デフォルトを使用するソーススクリプトファイルまたは null properties - 変数の展開に使用されるオプションのスクリプトプロパティのセット IOExceptionSE - スクリプトを読み込めない場合 public byte[] toByteArray()
LaunchScriptLaunchScript の toByteArray Copyright © 2020 Pivotal Software, Inc.. All rights reserved.