Uses of Interface
dev.sympho.modular_commands.utils.StringSplitter.Async
Packages that use StringSplitter.Async
Package
Description
Interfaces defining how received arguments are parsed.
Collection of classes that provide assorted utilies for ease of use.
-
Uses of StringSplitter.Async in dev.sympho.modular_commands.api.command.parameter.parse
Fields in dev.sympho.modular_commands.api.command.parameter.parse declared as StringSplitter.AsyncModifier and TypeFieldDescriptionstatic final StringSplitter.AsyncListParser.DEFAULT_SPLITTERThe default splitter (StringSplitter.Shell).Methods in dev.sympho.modular_commands.api.command.parameter.parse that return StringSplitter.AsyncModifier and TypeMethodDescriptiondefault StringSplitter.AsyncListParser.splitter()Gives the splitter to use for splitting received strings. -
Uses of StringSplitter.Async in dev.sympho.modular_commands.utils
Classes in dev.sympho.modular_commands.utils that implement StringSplitter.AsyncModifier and TypeClassDescriptionstatic classA splitter that uses a shell-like splitting algorithm, where components are separated by spaces, with the option of one or more components being delimited by quotes (single or double) to allow for the inclusion of spaces.Methods in dev.sympho.modular_commands.utils that return StringSplitter.Async