Class CommandLine
java.lang.Object
org.opentestfactory.utils.process.CommandLine
Some static logic used by the process management subsystem.
- Author:
- branchet
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommandLine
public CommandLine()
-
-
Method Details
-
parse
Utility method to split a command line given as a unique string to an array of string- Parameters:
commandLine- The command line to parse- Returns:
- The splitted command line
- Throws:
ParseException- Exception thrown when an unbalanced quote is found in the command line to process.
-