View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window botrino-command-1.0.3.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
botrino.command.grammar
├─ botrino.command.grammar.ArgumentMapper.class - [JAR]
├─ botrino.command.grammar.CommandGrammar.class - [JAR]
├─ botrino.command.grammar.package-info.class - [JAR]
botrino.command.doc
├─ botrino.command.doc.CommandDocumentation.class - [JAR]
├─ botrino.command.doc.FlagInformation.class - [JAR]
├─ botrino.command.doc.package-info.class - [JAR]
botrino.command.annotation
├─ botrino.command.annotation.Alias.class - [JAR]
├─ botrino.command.annotation.TopLevelCommand.class - [JAR]
├─ botrino.command.annotation.package-info.class - [JAR]
botrino.command.menu
├─ botrino.command.menu.InteractiveMenu.class - [JAR]
├─ botrino.command.menu.InteractiveMenuFactory.class - [JAR]
├─ botrino.command.menu.MenuInteraction.class - [JAR]
├─ botrino.command.menu.MenuMessageFactory.class - [JAR]
├─ botrino.command.menu.MessageMenuInteraction.class - [JAR]
├─ botrino.command.menu.MessagePaginator.class - [JAR]
├─ botrino.command.menu.PageNumberOutOfRangeException.class - [JAR]
├─ botrino.command.menu.PaginationControls.class - [JAR]
├─ botrino.command.menu.ReactionMenuInteraction.class - [JAR]
├─ botrino.command.menu.ReactionToggleEvent.class - [JAR]
├─ botrino.command.menu.UnexpectedReplyException.class - [JAR]
├─ botrino.command.menu.package-info.class - [JAR]
botrino.command.privilege
├─ botrino.command.privilege.Privilege.class - [JAR]
├─ botrino.command.privilege.PrivilegeException.class - [JAR]
├─ botrino.command.privilege.Privileges.class - [JAR]
├─ botrino.command.privilege.package-info.class - [JAR]
botrino.command
├─ botrino.command.Command.class - [JAR]
├─ botrino.command.CommandContext.class - [JAR]
├─ botrino.command.CommandErrorHandler.class - [JAR]
├─ botrino.command.CommandEventProcessor.class - [JAR]
├─ botrino.command.CommandExtension.class - [JAR]
├─ botrino.command.CommandFailedException.class - [JAR]
├─ botrino.command.CommandService.class - [JAR]
├─ botrino.command.CommandTree.class - [JAR]
├─ botrino.command.InvalidSyntaxException.class - [JAR]
├─ botrino.command.ParentCommand.class - [JAR]
├─ botrino.command.Scope.class - [JAR]
├─ botrino.command.TokenizedInput.class - [JAR]
├─ botrino.command.package-info.class - [JAR]
botrino.command.cooldown
├─ botrino.command.cooldown.Cooldown.class - [JAR]
├─ botrino.command.cooldown.CooldownException.class - [JAR]
├─ botrino.command.cooldown.CooldownImpl.class - [JAR]
├─ botrino.command.cooldown.package-info.class - [JAR]
botrino.command.config
├─ botrino.command.config.CommandConfig.class - [JAR]
├─ botrino.command.config.ImmutableCommandConfig.class - [JAR]
├─ botrino.command.config.package-info.class - [JAR]