Uses of Package
dev.sympho.modular_commands.execute
Packages that use dev.sympho.modular_commands.execute
Package
Description
Runtime system for executing commands defined through the API.
Implementations for command contexts.
-
Classes in dev.sympho.modular_commands.execute used by dev.sympho.modular_commands.executeClassDescriptionA manager that provides access validators for different execution contexts.Provides aliases that apply to message-based commands.Executor that receives events and invokes triggered commands as appropriate.Validator that checks that a command's invocation is appropriate as per the command's defined parameters.A command context whose values (particularly arguments) are lazy-loaded (that is, are not loaded until requested by
LazyContext.initialize()andLazyContext.load()).Type responsible for building a command processing pipeline.Object that provides the prefix to consider for commands during event handling. -
Classes in dev.sympho.modular_commands.execute used by dev.sympho.modular_commands.impl.contextClassDescriptionA command context whose values (particularly arguments) are lazy-loaded (that is, are not loaded until requested by
LazyContext.initialize()andLazyContext.load()).