Class WindowsArgumentQuoter

java.lang.Object
org.eclipse.cdt.utils.WindowsArgumentQuoter

public class WindowsArgumentQuoter extends Object
Implementation of proper Windows quoting based on blog post: https://docs.microsoft.com/en-ca/archive/blogs/twistylittlepassagesallalike/everyone-quotes-command-line-arguments-the-wrong-way
Restriction:
This class is not intended to be referenced by clients.
  • Constructor Details

    • WindowsArgumentQuoter

      public WindowsArgumentQuoter()
  • Method Details

    • quoteArgv

      public static String quoteArgv(String[] cmdarray, boolean force)