Class CommandLine

java.lang.Object
org.eclipse.dirigible.engine.command.definition.CommandLine

public class CommandLine
extends Object
The Class CommandLine.
  • Constructor Details

    • CommandLine

      public CommandLine()
      Instantiates a new command line.
    • CommandLine

      public CommandLine​(String os, String command)
      Instantiates a new command line.
      Parameters:
      os - the os
      command - the command
  • Method Details

    • getOs

      public String getOs()
      Gets the os.
      Returns:
      the os
    • setOs

      public void setOs​(String os)
      Sets the os.
      Parameters:
      os - the new os
    • getCommand

      public String getCommand()
      Gets the command.
      Returns:
      the command
    • setCommand

      public void setCommand​(String command)
      Sets the command.
      Parameters:
      command - the new command