クラス CompositeCommandConfig

java.lang.Object
org.iplass.mtp.command.definition.config.CommandConfig
org.iplass.mtp.command.definition.config.CompositeCommandConfig
すべての実装されたインタフェース:
Serializable

public class CompositeCommandConfig extends CommandConfig
関連項目:
  • コンストラクタの詳細

    • CompositeCommandConfig

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

    • getCommands

      public CommandConfig[] getCommands()
      実行コマンドを返します。
      戻り値:
      実行コマンド
    • setCommands

      public void setCommands(CommandConfig[] commands)
      実行コマンドを設定します。
      パラメータ:
      commands - 実行コマンド
    • getExecuteScript

      public String getExecuteScript()
      コマンド実行スクリプトを返します。
      戻り値:
      コマンド実行スクリプト
    • setExecuteScript

      public void setExecuteScript(String executeScript)
      コマンド実行スクリプトを設定します。
      パラメータ:
      executeScript - コマンド実行スクリプト
    • copy

      public CompositeCommandConfig copy()
      定義:
      copy クラス内 CommandConfig