public final class CommandLineSupport extends Object
org.jacoco.core.runtime
and cannot be instantiated anywhere else.Constructor and Description |
---|
CommandLineSupport() |
Modifier and Type | Method and Description |
---|---|
static String |
quote(List<String> args)
Builds a single command line string from the given argument list.
|
static String |
quote(String arg)
Quotes a single command line argument if necessary.
|
static List<String> |
split(String commandline)
Splits a command line into single arguments and removes quotes if present.
|
public static String quote(String arg)
arg
- command line argumentpublic static String quote(List<String> args)
args
- command line argumentsCopyright © 2010–2019 GZoltar. All rights reserved.