public class CommandExpander
extends java.lang.Object
Commands to execute.| Modifier and Type | Method and Description |
|---|---|
static @NotNull java.util.Collection<CommandExec> |
expand(@NotNull java.lang.CharSequence commandList,
@NotNull Commands commands)
Expands a command list into a sequence of
Commands to
execute. |
@NotNull public static @NotNull java.util.Collection<CommandExec> expand(@NotNull @NotNull java.lang.CharSequence commandList, @NotNull @NotNull Commands commands)
Commands to
execute.commandList - the commands to splitcommands - the commands to use