| Package | Description |
|---|---|
| org.arquillian.spacelift.task.os |
| Modifier and Type | Method and Description |
|---|---|
CommandTool |
CommandTool.addEnvironment(CharSequence... envVariables)
Adds a sequence of key, value environment variables to the default process environment
|
CommandTool |
CommandTool.addEnvironment(Map<? extends CharSequence,? extends CharSequence> envVariables)
Adds a map of key, value environment variables to the default process environment
|
CommandTool |
CommandTool.command(Command command)
Sets the command.
|
CommandTool |
CommandTool.command(CommandBuilder commandBuilder)
Sets the command.
|
CommandTool |
CommandTool.interaction(ProcessInteraction interaction)
Sets interaction for the command
|
CommandTool |
CommandTool.interaction(ProcessInteractionBuilder interactionBuilder)
Sets interaction for the command
|
CommandTool |
CommandTool.parameter(CharSequence parameter)
Adds a parameter to the command to be executed
|
CommandTool |
CommandTool.parameters(CharSequence... parameters)
Adds a list of parameters to the command to be executed
|
CommandTool |
CommandTool.parameters(List<? extends CharSequence> parameters)
Adds a list of parameters to the command to be executed
|
CommandTool |
CommandTool.programName(CharSequence programName)
Sets executable to be executed.
|
CommandTool |
CommandTool.runAsDaemon()
Indicates that command should be executed as daemon and survive JVM process.
|
CommandTool |
CommandTool.shouldExitWith(Integer... exitCodes)
Adds list of valid exit codes for the command.
|
CommandTool |
CommandTool.splitToParameters(CharSequence sequenceToBeParsed)
Splits
sequenceToBeParsed into list of parameters, using unescaped spaces as delimiters |
CommandTool |
CommandTool.workingDir(String workingDirectory)
Deprecated.
|
CommandTool |
CommandTool.workingDirectory(File workingDirectory) |
CommandTool |
CommandTool.workingDirectory(String workingDirectory)
Sets working directory for the command
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.