Class CompiledRootCommand
java.lang.Object
tech.guilhermekaua.spigotboot.commands.route.CompiledRootCommand
-
Constructor Summary
ConstructorsConstructorDescriptionCompiledRootCommand(Object handlerBean, Class<?> handlerType, CommandAliasSet aliases, String description, String usage, List<CompiledCommandRoute> routes, CompiledCommandRoute defaultRoute, CompiledCommandRoute unknownRoute) -
Method Summary
-
Constructor Details
-
CompiledRootCommand
public CompiledRootCommand(Object handlerBean, Class<?> handlerType, CommandAliasSet aliases, String description, String usage, List<CompiledCommandRoute> routes, CompiledCommandRoute defaultRoute, CompiledCommandRoute unknownRoute)
-
-
Method Details
-
getHandlerBean
-
getHandlerType
-
getAliases
-
getDescription
-
getUsage
-
getRoutes
-
getDefaultRoute
-
getUnknownRoute
-