Uses of Class
com.everdro1d.libs.commands.CommandManager
Packages that use CommandManager
Package
Description
-
Uses of CommandManager in com.everdro1d.libs.commands
Methods in com.everdro1d.libs.commands with parameters of type CommandManagerModifier and TypeMethodDescriptionvoid
CommandInterface.execute
(CommandManager commandManager) Executes the command using the providedCommandManager
.void
CommandInterface.execute
(CommandManager commandManager, String[] args) Executes the command using the providedCommandManager
and arguments. -
Uses of CommandManager in com.everdro1d.libs.commands.included
Methods in com.everdro1d.libs.commands.included with parameters of type CommandManagerModifier and TypeMethodDescriptionvoid
HelpCommand.execute
(CommandManager commandManager) void
HelpCommand.execute
(CommandManager commandManager, String[] args) -
Uses of CommandManager in com.everdro1d.libs.core
Methods in com.everdro1d.libs.core with parameters of type CommandManagerModifier and TypeMethodDescriptionstatic void
ApplicationCore.checkCLIArgs
(String[] args, CommandManager commandManager) Processes and executes CLI arguments using the providedCommandManager
.