クラス LaunchScriptConfiguration

java.lang.ObjectSE
org.springframework.boot.gradle.tasks.bundling.LaunchScriptConfiguration
実装されたすべてのインターフェース:
SerializableSE

public class LaunchScriptConfiguration extends ObjectSE implements SerializableSE
実行可能な jar または war の起動スクリプトの構成をカプセル化します。
導入:
2.0.0
作成者:
Andy Wilkinson
関連事項:
  • コンストラクターの詳細

    • LaunchScriptConfiguration

      public LaunchScriptConfiguration()
  • メソッドの詳細

    • getProperties

      @Input public MapSE<StringSE,StringSE> getProperties()
      実行可能アーカイブに含まれているときに起動スクリプトに適用されるプロパティを返します。
      戻り値:
      プロパティ
    • properties

      public void properties(MapSE<StringSE,StringSE> properties)
      実行可能アーカイブに含まれているときに起動スクリプトに適用されるプロパティを設定します。
      パラメーター:
      properties - プロパティ
    • getScript

      実行可能アーカイブに含まれるスクリプト FileSE を返します。null の場合、デフォルトの起動スクリプトが使用されます。
      戻り値:
      スクリプトファイル
    • setScript

      public void setScript(FileSE script)
      実行可能アーカイブに含まれるスクリプト FileSE を設定します。null の場合、デフォルトの起動スクリプトが使用されます。
      パラメーター:
      script - スクリプトファイル