Class CommandLine
java.lang.Object
org.eclipse.dirigible.engine.command.definition.CommandLine
public class CommandLine extends Object
The Class CommandLine.
-
Constructor Summary
Constructors Constructor Description CommandLine()Instantiates a new command line.CommandLine(String os, String command)Instantiates a new command line. -
Method Summary
Modifier and Type Method Description StringgetCommand()Gets the command.StringgetOs()Gets the os.voidsetCommand(String command)Sets the command.voidsetOs(String os)Sets the os.
-
Constructor Details
-
CommandLine
public CommandLine()Instantiates a new command line. -
CommandLine
Instantiates a new command line.- Parameters:
os- the oscommand- the command
-
-
Method Details
-
getOs
Gets the os.- Returns:
- the os
-
setOs
Sets the os.- Parameters:
os- the new os
-
getCommand
Gets the command.- Returns:
- the command
-
setCommand
Sets the command.- Parameters:
command- the new command
-