| Package | Description |
|---|---|
| org.arquillian.spacelift.process |
| Modifier and Type | Method and Description |
|---|---|
CommandBuilder |
CommandBuilder.parameter(CharSequence parameter)
Adds a parameter to the command under construction, ignoring null and empty parameter.
|
CommandBuilder |
CommandBuilder.parameters(CharSequence... parameters)
Adds parameters to the command under construction, ignoring null and empty parameters.
|
CommandBuilder |
CommandBuilder.parameters(List<? extends CharSequence> parameters)
Adds a list of parameters to the command under construction, ignoring null and empty parameters.
|
CommandBuilder |
CommandBuilder.splitToParameters(CharSequence sequenceToBeParsed) |
| Constructor and Description |
|---|
CommandBuilder(CommandBuilder builder)
Cloning constructor that creates a command builder based on this command builder.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.