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(java.util.Collection<java.lang.String> items) |
A |
addNewCommand(java.lang.String arg1) |
A |
addNewCommand(java.lang.StringBuffer arg1) |
A |
addNewCommand(java.lang.StringBuilder arg1) |
A |
addToCommand(int index,
java.lang.String item) |
A |
addToCommand(java.lang.String... items) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.String> |
getCommand() |
java.lang.String |
getCommand(int index) |
java.lang.String |
getFirstCommand() |
java.lang.String |
getLastCommand() |
java.lang.String |
getMatchingCommand(Predicate<java.lang.String> predicate) |
java.lang.Boolean |
hasCommand() |
java.lang.Boolean |
hasMatchingCommand(Predicate<java.lang.String> predicate) |
A |
removeAllFromCommand(java.util.Collection<java.lang.String> items) |
A |
removeFromCommand(java.lang.String... items) |
A |
setToCommand(int index,
java.lang.String item) |
A |
withCommand(java.util.List<java.lang.String> command) |
A |
withCommand(java.lang.String... command) |
public ExecActionFluentImpl()
public ExecActionFluentImpl(ExecAction instance)
public A addToCommand(int index, java.lang.String item)
addToCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A setToCommand(int index, java.lang.String item)
setToCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addToCommand(java.lang.String... items)
addToCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addAllToCommand(java.util.Collection<java.lang.String> items)
addAllToCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A removeFromCommand(java.lang.String... items)
removeFromCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A removeAllFromCommand(java.util.Collection<java.lang.String> items)
removeAllFromCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public java.util.List<java.lang.String> getCommand()
getCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public java.lang.String getCommand(int index)
getCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public java.lang.String getFirstCommand()
getFirstCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public java.lang.String getLastCommand()
getLastCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public java.lang.String getMatchingCommand(Predicate<java.lang.String> predicate)
getMatchingCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public java.lang.Boolean hasMatchingCommand(Predicate<java.lang.String> predicate)
hasMatchingCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A withCommand(java.util.List<java.lang.String> command)
withCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A withCommand(java.lang.String... command)
withCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public java.lang.Boolean hasCommand()
hasCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(java.lang.String arg1)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(java.lang.StringBuilder arg1)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addNewCommand(java.lang.StringBuffer arg1)
addNewCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public boolean equals(java.lang.Object o)
equals in class java.lang.ObjectCopyright © 2015-2019 Red Hat. All Rights Reserved.