public class ExecActionFluentImpl<A extends ExecActionFluent<A>> extends BaseFluent<A> implements ExecActionFluent<A>
_visitables, VISIT| Constructor and Description |
|---|
ExecActionFluentImpl() |
ExecActionFluentImpl(ExecAction instance) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ExecActionFluentImpl()
public ExecActionFluentImpl(ExecAction instance)
public A addToCommand(Integer index, String item)
addToCommand in interface ExecActionFluent<A extends ExecActionFluent<A>>public A setToCommand(Integer 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(Integer 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 addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ExecActionFluent<A extends ExecActionFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ExecActionFluent<A extends ExecActionFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ExecActionFluent<A extends ExecActionFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ExecActionFluent<A extends ExecActionFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ExecActionFluent<A extends ExecActionFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ExecActionFluent<A extends ExecActionFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface ExecActionFluent<A extends ExecActionFluent<A>>public boolean equals(Object o)
equals in class BaseFluent<A extends ExecActionFluent<A>>public int hashCode()
hashCode in class BaseFluent<A extends ExecActionFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.