Class CommandLine

java.lang.Object
org.opentestfactory.utils.process.CommandLine

public class CommandLine extends Object
Some static logic used by the process management subsystem.
Author:
branchet
  • Constructor Details

    • CommandLine

      public CommandLine()
  • Method Details

    • parse

      public static String[] parse(String commandLine) throws ParseException
      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.