public class V1ExecActionFluentImpl<A extends V1ExecActionFluent<A>> extends BaseFluent<A> implements V1ExecActionFluent<A>
_visitables
Constructor and Description |
---|
V1ExecActionFluentImpl() |
V1ExecActionFluentImpl(V1ExecAction 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 V1ExecActionFluentImpl()
public V1ExecActionFluentImpl(V1ExecAction instance)
public A addToCommand(int index, String item)
addToCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A setToCommand(int index, String item)
setToCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A addToCommand(String... items)
addToCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A addAllToCommand(Collection<String> items)
addAllToCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A removeFromCommand(String... items)
removeFromCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A removeAllFromCommand(Collection<String> items)
removeAllFromCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public List<String> getCommand()
getCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public String getCommand(int index)
getCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public String getFirstCommand()
getFirstCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public String getLastCommand()
getLastCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public String getMatchingCommand(Predicate<String> predicate)
getMatchingCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public Boolean hasMatchingCommand(Predicate<String> predicate)
hasMatchingCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A withCommand(List<String> command)
withCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A withCommand(String... command)
withCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public Boolean hasCommand()
hasCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A addNewCommand(String arg1)
addNewCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A addNewCommand(StringBuilder arg1)
addNewCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
public A addNewCommand(StringBuffer arg1)
addNewCommand
in interface V1ExecActionFluent<A extends V1ExecActionFluent<A>>
Copyright © 2019. All rights reserved.