public class ExecActionFluentImpl<A extends ExecActionFluent<A>> extends BaseFluent<A> implements ExecActionFluent<A>
_visitables
Constructor and Description |
---|
ExecActionFluentImpl() |
ExecActionFluentImpl(ExecAction instance) |
Modifier and Type | Method and Description |
---|---|
A |
addAllToCommand(Collection<String> items) |
A |
addNewCommand(String arg1) |
A |
addNewCommand(StringBuffer arg1) |
A |
addNewCommand(StringBuilder arg1) |
A |
addToCommand(int index,
String item) |
A |
addToCommand(String... items) |
boolean |
equals(Object o) |
List<String> |
getCommand() |
String |
getCommand(int 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(int index,
String item) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
public ExecActionFluentImpl()
public ExecActionFluentImpl(ExecAction instance)
public A addToCommand(int index, String item)
addToCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A setToCommand(int index, String item)
setToCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A addToCommand(String... items)
addToCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A addAllToCommand(Collection<String> items)
addAllToCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A removeFromCommand(String... items)
removeFromCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public List<String> getCommand()
getCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public String getCommand(int index)
getCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public String getFirstCommand()
getFirstCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public String getLastCommand()
getLastCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A withCommand(List<String> command)
withCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A withCommand(String... command)
withCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public Boolean hasCommand()
hasCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A addNewCommand(String arg1)
addNewCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A addNewCommand(StringBuilder arg1)
addNewCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
public A addNewCommand(StringBuffer arg1)
addNewCommand
in interface ExecActionFluent<A extends ExecActionFluent<A>>
Copyright © 2015–2019 Red Hat. All rights reserved.