Uses of Class
cloud.commandframework.arguments.preprocessor.RegexPreprocessor
-
Packages that use RegexPreprocessor Package Description cloud.commandframework.arguments.preprocessor Pre-made argument preprocessors -
-
Uses of RegexPreprocessor in cloud.commandframework.arguments.preprocessor
Methods in cloud.commandframework.arguments.preprocessor that return RegexPreprocessor Modifier and Type Method Description static <C> @NonNull RegexPreprocessor<C>
RegexPreprocessor. of(@NonNull String pattern)
Create a new preprocessor usingStandardCaptionKeys.ARGUMENT_PARSE_FAILURE_REGEX
as the failure captionstatic <C> @NonNull RegexPreprocessor<C>
RegexPreprocessor. of(@NonNull String pattern, @NonNull Caption failureCaption)
Create a new preprocessor
-