Uses of Class
tech.guilhermekaua.spigotboot.commands.interceptor.CommandInterceptorChain
Packages that use CommandInterceptorChain
Package
Description
-
Uses of CommandInterceptorChain in tech.guilhermekaua.spigotboot.commands
Constructors in tech.guilhermekaua.spigotboot.commands with parameters of type CommandInterceptorChainModifierConstructorDescriptionCommandRootCompiler(CommandHandlerIntrospector commandHandlerIntrospector, CommandRouteFactory routeFactory, CommandRouteValidator routeValidator, CommandInterceptorChain commandInterceptorChain) -
Uses of CommandInterceptorChain in tech.guilhermekaua.spigotboot.commands.configuration
Methods in tech.guilhermekaua.spigotboot.commands.configuration that return CommandInterceptorChainMethods in tech.guilhermekaua.spigotboot.commands.configuration with parameters of type CommandInterceptorChainModifier and TypeMethodDescriptionCommandsConfiguration.commandInvocationExecutor(CommandInterceptorChain commandInterceptorChain) -
Uses of CommandInterceptorChain in tech.guilhermekaua.spigotboot.commands.execution
Constructors in tech.guilhermekaua.spigotboot.commands.execution with parameters of type CommandInterceptorChainModifierConstructorDescriptionCommandDispatcher(CommandParameterBinder parameterBinder, CommandInvocationExecutor invocationExecutor, CommandMessagesProvider messagesProvider, CompletionResolver completionResolver, CommandInterceptorChain interceptorChain) Creates a dispatcher with the given interceptor chain and the default keyed-message renderer.CommandDispatcher(CommandParameterBinder parameterBinder, CommandInvocationExecutor invocationExecutor, CommandMessagesProvider messagesProvider, CompletionResolver completionResolver, CommandInterceptorChain interceptorChain, CommandMessageRenderer messageRenderer) Creates a dispatcher with all collaborators supplied explicitly.CommandInvocationExecutor(CommandInterceptorChain interceptorChain)