Class Commandline
java.lang.Object
org.apache.maven.surefire.shared.utils.cli.Commandline
org.apache.maven.plugin.surefire.booterclient.lazytestprovider.Commandline
- All Implemented Interfaces:
Cloneable
public class Commandline
extends org.apache.maven.surefire.shared.utils.cli.Commandline
A
Commandline
implementation.- Author:
- Andreas Gudian
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.maven.surefire.shared.utils.cli.Commandline
org.apache.maven.surefire.shared.utils.cli.Commandline.Argument
-
Constructor Summary
ConstructorsConstructorDescriptionfor testing purposes onlyCommandline
(String[] excludedEnvironmentVariables) -
Method Summary
Methods inherited from class org.apache.maven.surefire.shared.utils.cli.Commandline
addArguments, clearArgs, clone, createArg, createArg, execute, getArguments, getArguments, getCommandline, getEnvironmentVariables, getExecutable, getShell, getWorkingDirectory, setExecutable, setWorkingDirectory, setWorkingDirectory, toString
-
Constructor Details
-
Commandline
public Commandline()for testing purposes only -
Commandline
-
-
Method Details
-
addEnvironment
- Overrides:
addEnvironment
in classorg.apache.maven.surefire.shared.utils.cli.Commandline
-
addSystemEnvironment
public final void addSystemEnvironment()- Overrides:
addSystemEnvironment
in classorg.apache.maven.surefire.shared.utils.cli.Commandline
-