jar

dev.sympho : modular-commands

Maven & Gradle

May 20, 2023
0 stars

Modular Commands · Framework for creating and managing chat commands for Discord bots that use Discord4J.

Table Of Contents

Latest Version

Download dev.sympho : modular-commands JAR file - Latest Versions:

All Versions

Download dev.sympho : modular-commands JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window modular-commands-0.5.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

dev.sympho.modular_commands.execute

├─ dev.sympho.modular_commands.execute.AccessManager.class - [JAR]

├─ dev.sympho.modular_commands.execute.AliasProvider.class - [JAR]

├─ dev.sympho.modular_commands.execute.BaseCommandExecutor.class - [JAR]

├─ dev.sympho.modular_commands.execute.BaseHandler.class - [JAR]

├─ dev.sympho.modular_commands.execute.CommandExecutor.class - [JAR]

├─ dev.sympho.modular_commands.execute.GuildPrefix.class - [JAR]

├─ dev.sympho.modular_commands.execute.InstrumentedContext.class - [JAR]

├─ dev.sympho.modular_commands.execute.InvocationUtils.class - [JAR]

├─ dev.sympho.modular_commands.execute.InvocationValidator.class - [JAR]

├─ dev.sympho.modular_commands.execute.LazyContext.class - [JAR]

├─ dev.sympho.modular_commands.execute.MessageCommandExecutor.class - [JAR]

├─ dev.sympho.modular_commands.execute.Metrics.class - [JAR]

├─ dev.sympho.modular_commands.execute.PrefixProvider.class - [JAR]

├─ dev.sympho.modular_commands.execute.StaticPrefix.class - [JAR]

├─ dev.sympho.modular_commands.execute.package-info.class - [JAR]

dev.sympho.modular_commands.api.command

├─ dev.sympho.modular_commands.api.command.Command.class - [JAR]

├─ dev.sympho.modular_commands.api.command.ImmutableCommand.class - [JAR]

├─ dev.sympho.modular_commands.api.command.Invocation.class - [JAR]

├─ dev.sympho.modular_commands.api.command.package-info.class - [JAR]

dev.sympho.modular_commands.api.command.reply

├─ dev.sympho.modular_commands.api.command.reply.CommandReplyEditMono.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.CommandReplyEditMonoGenerator.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.CommandReplyEditSpec.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.CommandReplyEditSpecGenerator.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.CommandReplyMono.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.CommandReplyMonoGenerator.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.CommandReplySpec.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.CommandReplySpecGenerator.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.Reply.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.ReplyManager.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.ReplySpec.class - [JAR]

├─ dev.sympho.modular_commands.api.command.reply.package-info.class - [JAR]

dev.sympho.modular_commands.api.exception

├─ dev.sympho.modular_commands.api.exception.CommandException.class - [JAR]

├─ dev.sympho.modular_commands.api.exception.IncompleteHandlingException.class - [JAR]

├─ dev.sympho.modular_commands.api.exception.InvalidChainException.class - [JAR]

├─ dev.sympho.modular_commands.api.exception.ResultException.class - [JAR]

├─ dev.sympho.modular_commands.api.exception.package-info.class - [JAR]

dev.sympho.modular_commands

├─ dev.sympho.modular_commands.package-info.class - [JAR]

dev.sympho.modular_commands.impl.context

├─ dev.sympho.modular_commands.impl.context.AbstractReplyManager.class - [JAR]

├─ dev.sympho.modular_commands.impl.context.ContextImpl.class - [JAR]

├─ dev.sympho.modular_commands.impl.context.MessageContextImpl.class - [JAR]

├─ dev.sympho.modular_commands.impl.context.MessageReplyManager.class - [JAR]

├─ dev.sympho.modular_commands.impl.context.package-info.class - [JAR]

dev.sympho.modular_commands.api.command.parameter.parse

├─ dev.sympho.modular_commands.api.command.parameter.parse.ArgumentParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.AttachmentDataParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.AttachmentFetchFailedException.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.AttachmentParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.AttachmentParserStages.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.BooleanParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.ChannelArgumentParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.ChoicesParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.EntityArgumentParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.FloatParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.InputParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.IntegerParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.InvalidArgumentException.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.InvalidListException.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.ListParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.MessageArgumentParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.NumberParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.Parsers.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.RoleArgumentParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.SnowflakeParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.StringParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.TextFileParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.UserArgumentParser.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.parse.package-info.class - [JAR]

dev.sympho.modular_commands.utils.parse.entity

├─ dev.sympho.modular_commands.utils.parse.entity.ChannelMentionParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.ChannelParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.ChannelRefMentionParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.ChannelRefParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.ChannelRefUrlParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.ChannelUrlParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.EntityMentionParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.EntityParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.EntityRef.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.EntityRefMentionParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.EntityRefParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.EntityRefUrlParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.EntityUrlParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.MessageParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.MessageRefParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.MessageRefUrlParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.MessageUrlParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.RoleMentionParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.RoleParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.RoleRefMentionParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.RoleRefParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.UserMentionParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.UserParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.UserRefMentionParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.UserRefParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.entity.package-info.class - [JAR]

dev.sympho.modular_commands.impl.registry

├─ dev.sympho.modular_commands.impl.registry.SimpleRegistry.class - [JAR]

├─ dev.sympho.modular_commands.impl.registry.package-info.class - [JAR]

dev.sympho.modular_commands.api.command.handler

├─ dev.sympho.modular_commands.api.command.handler.Handlers.class - [JAR]

├─ dev.sympho.modular_commands.api.command.handler.InteractionHandlers.class - [JAR]

├─ dev.sympho.modular_commands.api.command.handler.InvocationHandler.class - [JAR]

├─ dev.sympho.modular_commands.api.command.handler.MessageHandlers.class - [JAR]

├─ dev.sympho.modular_commands.api.command.handler.ResultHandler.class - [JAR]

├─ dev.sympho.modular_commands.api.command.handler.SlashHandlers.class - [JAR]

├─ dev.sympho.modular_commands.api.command.handler.TextHandlers.class - [JAR]

├─ dev.sympho.modular_commands.api.command.handler.package-info.class - [JAR]

dev.sympho.modular_commands.api

├─ dev.sympho.modular_commands.api.CommandGroup.class - [JAR]

├─ dev.sympho.modular_commands.api.package-info.class - [JAR]

dev.sympho.modular_commands.impl

├─ dev.sympho.modular_commands.impl.package-info.class - [JAR]

dev.sympho.modular_commands.api.command.context

├─ dev.sympho.modular_commands.api.command.context.AccessContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.ChannelAccessContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.CommandContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.GuildOverrideAccessContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.InteractionCommandContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.MessageCommandContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.SlashCommandContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.UserOverrideAccessContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.UserOverrideChannelAccessContext.class - [JAR]

├─ dev.sympho.modular_commands.api.command.context.package-info.class - [JAR]

dev.sympho.modular_commands.api.command.parameter

├─ dev.sympho.modular_commands.api.command.parameter.ImmutableParameter.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.Parameter.class - [JAR]

├─ dev.sympho.modular_commands.api.command.parameter.package-info.class - [JAR]

dev.sympho.modular_commands.utils

├─ dev.sympho.modular_commands.utils.CommandUtils.class - [JAR]

├─ dev.sympho.modular_commands.utils.EmptyIterators.class - [JAR]

├─ dev.sympho.modular_commands.utils.HttpUtils.class - [JAR]

├─ dev.sympho.modular_commands.utils.OptionalUtils.class - [JAR]

├─ dev.sympho.modular_commands.utils.ParameterUtils.class - [JAR]

├─ dev.sympho.modular_commands.utils.Registries.class - [JAR]

├─ dev.sympho.modular_commands.utils.SizeUtils.class - [JAR]

├─ dev.sympho.modular_commands.utils.SmartIterator.class - [JAR]

├─ dev.sympho.modular_commands.utils.SpecStyle.class - [JAR]

├─ dev.sympho.modular_commands.utils.StringSplitter.class - [JAR]

├─ dev.sympho.modular_commands.utils.package-info.class - [JAR]

dev.sympho.modular_commands.api.command.result

├─ dev.sympho.modular_commands.api.command.result.CommandError.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandErrorException.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandFailure.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandFailureArgument.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandFailureArgumentExtra.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandFailureArgumentInvalid.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandFailureArgumentMissing.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandFailureMessage.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandResult.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandSuccess.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandSuccessAck.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.CommandSuccessMessage.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.Results.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.UserNotAllowed.class - [JAR]

├─ dev.sympho.modular_commands.api.command.result.package-info.class - [JAR]

dev.sympho.modular_commands.api.registry

├─ dev.sympho.modular_commands.api.registry.Registry.class - [JAR]

├─ dev.sympho.modular_commands.api.registry.package-info.class - [JAR]

dev.sympho.modular_commands.utils.parse

├─ dev.sympho.modular_commands.utils.parse.FunctorUrlParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.ParseUtils.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.RawParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.StringAdapter.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.TryParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.UrlParser.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.UrlParserUtils.class - [JAR]

├─ dev.sympho.modular_commands.utils.parse.package-info.class - [JAR]

dev.sympho.modular_commands.api.permission

├─ dev.sympho.modular_commands.api.permission.AccessValidator.class - [JAR]

├─ dev.sympho.modular_commands.api.permission.Group.class - [JAR]

├─ dev.sympho.modular_commands.api.permission.Groups.class - [JAR]

├─ dev.sympho.modular_commands.api.permission.GuildGroup.class - [JAR]

├─ dev.sympho.modular_commands.api.permission.NamedGroup.class - [JAR]

├─ dev.sympho.modular_commands.api.permission.NamedGuildGroup.class - [JAR]

├─ dev.sympho.modular_commands.api.permission.package-info.class - [JAR]