Interface CommandTreeNode.StringParser

All Superinterfaces:
CommandTreeNode<CommandTreeNode.StringParser>, CommandTreeNode.Argument<CommandTreeNode.StringParser>
Enclosing interface:
CommandTreeNode<T extends CommandTreeNode<T>>

public static interface CommandTreeNode.StringParser extends CommandTreeNode.Argument<CommandTreeNode.StringParser>
A CommandTreeNode that allows for the setting of how a string based parser will behave. By default, this parser will parse the next word, or, if quoted, the quoted string.
  • Method Details