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 theta-api-201803040323.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.srgood.reasons
├─ com.srgood.reasons.BotManager.class - [JAR]
com.srgood.reasons.config
├─ com.srgood.reasons.config.BasicConfigManager.class - [JAR]
├─ com.srgood.reasons.config.BotConfigManager.class - [JAR]
├─ com.srgood.reasons.config.ChannelConfigManager.class - [JAR]
├─ com.srgood.reasons.config.CommandConfigManager.class - [JAR]
├─ com.srgood.reasons.config.GuildConfigManager.class - [JAR]
├─ com.srgood.reasons.config.MemberConfigManager.class - [JAR]
├─ com.srgood.reasons.config.RoleConfigManager.class - [JAR]
com.srgood.reasons.commands
├─ com.srgood.reasons.commands.Argument.class - [JAR]
├─ com.srgood.reasons.commands.CommandDescriptor.class - [JAR]
├─ com.srgood.reasons.commands.CommandExecutionData.class - [JAR]
├─ com.srgood.reasons.commands.CommandExecutor.class - [JAR]
├─ com.srgood.reasons.commands.CommandManager.class - [JAR]
├─ com.srgood.reasons.commands.HelpData.class - [JAR]