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 pbbot-vertx-starter-0.0.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.elho.pbbot.utils
├─ com.elho.pbbot.utils.FrameCodes.class - [JAR]
├─ com.elho.pbbot.utils.Msg.class - [JAR]
onebot
├─ onebot.OnebotApi.class - [JAR]
├─ onebot.OnebotBase.class - [JAR]
├─ onebot.OnebotEvent.class - [JAR]
├─ onebot.OnebotFrame.class - [JAR]
com.elho.pbbot.bot
├─ com.elho.pbbot.bot.ApiSender.class - [JAR]
├─ com.elho.pbbot.bot.Bot.class - [JAR]
├─ com.elho.pbbot.bot.BotContainer.class - [JAR]
├─ com.elho.pbbot.bot.BotPlugin.class - [JAR]
├─ com.elho.pbbot.bot.PluginContainer.class - [JAR]
com.elho
├─ com.elho.BotVerticle.class - [JAR]
com.elho.pbbot.verticle
├─ com.elho.pbbot.verticle.EventHandlerVerticle.class - [JAR]
├─ com.elho.pbbot.verticle.SocketVerticle.class - [JAR]