public class CommandSplitter extends Object
Constructor and Description |
---|
CommandSplitter(List<String> commandPrefix) |
CommandSplitter(List<String> commandPrefix,
int desiredLimit) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<com.google.common.collect.ImmutableList<String>> |
getCommandsForArguments(Iterable<String> arguments) |