Class CommandInterceptorChain
java.lang.Object
tech.guilhermekaua.spigotboot.commands.interceptor.CommandInterceptorChain
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionresolve(CommandExecutionContext context, CommandInvocationPlan invocation) voidvalidate(Context context, Collection<CompiledRootCommand> roots)
-
Constructor Details
-
CommandInterceptorChain
public CommandInterceptorChain()
-
-
Method Details
-
resolve
public CommandInterceptorChain.ResolvedChain resolve(CommandExecutionContext context, CommandInvocationPlan invocation) -
validate
-