类 ExecAction


  • public class ExecAction
    extends Object
    The exec action of container
    • 构造器详细资料

      • ExecAction

        public ExecAction()
        The constructor of ExecAction.
      • ExecAction

        public ExecAction​(List<String> command)
        The constructor of ExecAction.
        参数:
        command - The command to execute
    • 方法详细资料

      • setCommand

        public void setCommand​(List<String> command)