public class ExecActionFluentImpl<A extends ExecActionFluent<A>> extends BaseFluent<A> implements ExecActionFluent<A>
_visitables| Constructor and Description |
|---|
ExecActionFluentImpl() |
ExecActionFluentImpl(ExecAction instance) |
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(StringBuilder arg1)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(int[] arg1, int arg2, int arg3)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(char[] arg1)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(StringBuffer arg1)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(byte[] arg1, int arg2)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(byte[] arg1)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(char[] arg1, int arg2, int arg3)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(byte[] arg1, int arg2, int arg3)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(byte[] arg1, int arg2, int arg3, int arg4)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(String arg1)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.