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 spring-boot-telegram-framework-core-1.0.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.netkorp.telegram.framework.condition
├─ com.github.netkorp.telegram.framework.condition.ExcludeCondition.class - [JAR]
com.github.netkorp.telegram.framework.bots
├─ com.github.netkorp.telegram.framework.bots.PollingTelegramBot.class - [JAR]
com.github.netkorp.telegram.framework.exceptions
├─ com.github.netkorp.telegram.framework.exceptions.CommandNotActive.class - [JAR]
├─ com.github.netkorp.telegram.framework.exceptions.CommandNotFound.class - [JAR]
com.github.netkorp.telegram.framework.commands.abstracts
├─ com.github.netkorp.telegram.framework.commands.abstracts.AbstractCommand.class - [JAR]
├─ com.github.netkorp.telegram.framework.commands.abstracts.AbstractMultistageCommand.class - [JAR]
├─ com.github.netkorp.telegram.framework.commands.abstracts.AbstractSimpleCommand.class - [JAR]
com.github.netkorp.telegram.framework.commands.interfaces
├─ com.github.netkorp.telegram.framework.commands.interfaces.Command.class - [JAR]
├─ com.github.netkorp.telegram.framework.commands.interfaces.HelpCommand.class - [JAR]
├─ com.github.netkorp.telegram.framework.commands.interfaces.MultistageCommand.class - [JAR]
├─ com.github.netkorp.telegram.framework.commands.interfaces.SimpleCommand.class - [JAR]
com.github.netkorp.telegram.framework.properties
├─ com.github.netkorp.telegram.framework.properties.CommandProperties.class - [JAR]
com.github.netkorp.telegram.framework.commands.multistage
├─ com.github.netkorp.telegram.framework.commands.multistage.MultistageCloseCommand.class - [JAR]
├─ com.github.netkorp.telegram.framework.commands.multistage.MultistageDoneCommand.class - [JAR]
com.github.netkorp.telegram.framework.annotations
├─ com.github.netkorp.telegram.framework.annotations.TelegramCommand.class - [JAR]
com.github.netkorp.telegram.framework.managers
├─ com.github.netkorp.telegram.framework.managers.CommandManager.class - [JAR]
├─ com.github.netkorp.telegram.framework.managers.SecurityManager.class - [JAR]
com.github.netkorp.telegram.framework
├─ com.github.netkorp.telegram.framework.SpringBootTelegramFrameworkConfiguration.class - [JAR]
com.github.netkorp.telegram.framework.commands.basic
├─ com.github.netkorp.telegram.framework.commands.basic.BasicHelpCommand.class - [JAR]
├─ com.github.netkorp.telegram.framework.commands.basic.WhoAmICommand.class - [JAR]