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 |
addToCommand(String... items) |
boolean |
equals(Object o) |
List<String> |
getCommand() |
A |
removeFromCommand(String... items) |
A |
withCommand(List<String> command) |
A |
withCommand(String... command) |
public ExecActionFluentImpl()
public ExecActionFluentImpl(ExecAction instance)
public A addToCommand(String... items)
addToCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A removeFromCommand(String... items)
removeFromCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public List<String> getCommand()
getCommand 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>>Copyright © 2011–2016 Red Hat. All rights reserved.