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 tghandlers-0.3.8.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.github.justlel.tghandlers.configs
├─ io.github.justlel.tghandlers.configs.YamlManager.class - [JAR]
io.github.justlel.tghandlers.models.handlers
├─ io.github.justlel.tghandlers.models.handlers.AbstractUpdateHandler.class - [JAR]
├─ io.github.justlel.tghandlers.models.handlers.GenericUpdateHandler.class - [JAR]
├─ io.github.justlel.tghandlers.models.handlers.SpecificUpdateHandler.class - [JAR]
io.github.justlel.tghandlers.models
├─ io.github.justlel.tghandlers.models.HandlerInterface.class - [JAR]
io.github.justlel.tghandlers.configs.yamls
├─ io.github.justlel.tghandlers.configs.yamls.YamlInterface.class - [JAR]
io.github.justlel.tghandlers.models.dispatcher
├─ io.github.justlel.tghandlers.models.dispatcher.AbstractUpdateDispatcher.class - [JAR]
├─ io.github.justlel.tghandlers.models.dispatcher.UpdatesDispatcher.class - [JAR]
io.github.justlel.tghandlers.api
├─ io.github.justlel.tghandlers.api.ActionsAPIHelper.class - [JAR]