Uses of Interface
dev.sympho.modular_commands.utils.StringSplitter
Packages that use StringSplitter
Package
Description
Collection of classes that provide assorted utilies for ease of use.
-
Uses of StringSplitter in dev.sympho.modular_commands.utils
Subinterfaces of StringSplitter in dev.sympho.modular_commands.utilsModifier and TypeInterfaceDescriptionstatic interfaceA splitter that is capable of processing the split in an asynchronous manner.Classes in dev.sympho.modular_commands.utils that implement StringSplitterModifier 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 StringSplitterModifier and TypeMethodDescriptionStringSplitter.Iterator.splitter()Retrieves the splitter that created this iterator.