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 tkcg-core-2.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.sgota.tkcg.db
├─ com.sgota.tkcg.db.Column.class - [JAR]
├─ com.sgota.tkcg.db.DbHelper.class - [JAR]
├─ com.sgota.tkcg.db.SqlTypeEnum.class - [JAR]
├─ com.sgota.tkcg.db.Table.class - [JAR]
com.sgota.tkcg.core
├─ com.sgota.tkcg.core.AbstractConfig.class - [JAR]
├─ com.sgota.tkcg.core.CodeConfig.class - [JAR]
├─ com.sgota.tkcg.core.CodeGenerator.class - [JAR]
├─ com.sgota.tkcg.core.CodeModel.class - [JAR]
├─ com.sgota.tkcg.core.ProjectConfig.class - [JAR]
├─ com.sgota.tkcg.core.ProjectGenerator.class - [JAR]
com.sgota.tkcg.messages
├─ com.sgota.tkcg.messages.AbstractMessagesBundle.class - [JAR]
├─ com.sgota.tkcg.messages.TkcgMessages.class - [JAR]
com.sgota.tkcg.helper
├─ com.sgota.tkcg.helper.FileHelper.class - [JAR]
├─ com.sgota.tkcg.helper.TemplateHelper.class - [JAR]
com.sgota.tkcg.util
├─ com.sgota.tkcg.util.StringUtils.class - [JAR]
com.sgota.tkcg
├─ com.sgota.tkcg.GeneratorException.class - [JAR]
├─ com.sgota.tkcg.TkcgLog.class - [JAR]