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 msbotframework4j-builder-0.1.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.msbotframework4j.builder.wrapper
├─ org.msbotframework4j.builder.wrapper.AbstractBotWrapper.class - [JAR]
├─ org.msbotframework4j.builder.wrapper.ServerlessBotWrapper.class - [JAR]
├─ org.msbotframework4j.builder.wrapper.StandaloneBotWrapper.class - [JAR]
org.msbotframework4j.builder
├─ org.msbotframework4j.builder.BotManager.class - [JAR]
org.msbotframework4j.builder.bot
├─ org.msbotframework4j.builder.bot.AbstractBot.class - [JAR]
├─ org.msbotframework4j.builder.bot.Bot.class - [JAR]
org.msbotframework4j.builder.bot.telegram
├─ org.msbotframework4j.builder.bot.telegram.AbstractTelegramBot.class - [JAR]
org.msbotframework4j.builder.exception
├─ org.msbotframework4j.builder.exception.BotConfigurationException.class - [JAR]
├─ org.msbotframework4j.builder.exception.BotImplementationNotFound.class - [JAR]
├─ org.msbotframework4j.builder.exception.BotInstantiationException.class - [JAR]