Class CompositeCommandConfig

java.lang.Object
org.iplass.mtp.command.definition.config.CommandConfig
org.iplass.mtp.command.definition.config.CompositeCommandConfig
All Implemented Interfaces:
Serializable

public class CompositeCommandConfig extends CommandConfig
See Also:
  • Constructor Details

    • CompositeCommandConfig

      public CompositeCommandConfig()
  • Method Details

    • getCommands

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

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

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

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

      public CompositeCommandConfig copy()
      Specified by:
      copy in class CommandConfig