Class CommandLine

    • Constructor Detail

      • CommandLine

        public CommandLine()
      • CommandLine

        public CommandLine​(CommandLine source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getCommand

        public String getCommand()
        Get 任务执行命令。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Command 任务执行命令。 注意:此字段可能返回 null,表示取不到有效值。
      • setCommand

        public void setCommand​(String Command)
        Set 任务执行命令。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Command - 任务执行命令。 注意:此字段可能返回 null,表示取不到有效值。