public interface ExecActionFluent<A extends ExecActionFluent<A>> extends Fluent<A>
Modifier and Type | Method and Description |
---|---|
A |
addAllToCommand(Collection<String> items) |
A |
addNewCommand(String arg0) |
A |
addToCommand(Integer index,
String item) |
A |
addToCommand(String... items) |
List<String> |
getCommand() |
String |
getCommand(Integer index) |
String |
getFirstCommand() |
String |
getLastCommand() |
String |
getMatchingCommand(Predicate<String> predicate) |
Boolean |
hasCommand() |
Boolean |
hasMatchingCommand(Predicate<String> predicate) |
A |
removeAllFromCommand(Collection<String> items) |
A |
removeFromCommand(String... items) |
A |
setToCommand(Integer index,
String item) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
A addAllToCommand(Collection<String> items)
A removeAllFromCommand(Collection<String> items)
String getFirstCommand()
String getLastCommand()
Boolean hasCommand()
Copyright © 2015–2020 Red Hat. All rights reserved.