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 mysql-migrate-1.3.16.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
cn.codeforfun.migrate.core.entity
├─ cn.codeforfun.migrate.core.entity.DatabaseInfo.class - [JAR]
cn.codeforfun.migrate.core
├─ cn.codeforfun.migrate.core.Migrate.class - [JAR]
cn.codeforfun.migrate.core.diff
├─ cn.codeforfun.migrate.core.diff.DiffResult.class - [JAR]
├─ cn.codeforfun.migrate.core.diff.Difference.class - [JAR]
cn.codeforfun.migrate.core.utils
├─ cn.codeforfun.migrate.core.utils.DbUtil.class - [JAR]
├─ cn.codeforfun.migrate.core.utils.FileUtil.class - [JAR]
├─ cn.codeforfun.migrate.core.utils.MigrateBeanTools.class - [JAR]
├─ cn.codeforfun.migrate.core.utils.ObjectUtils.class - [JAR]
cn.codeforfun.migrate.core.entity.structure
├─ cn.codeforfun.migrate.core.entity.structure.Column.class - [JAR]
├─ cn.codeforfun.migrate.core.entity.structure.Database.class - [JAR]
├─ cn.codeforfun.migrate.core.entity.structure.Function.class - [JAR]
├─ cn.codeforfun.migrate.core.entity.structure.Key.class - [JAR]
├─ cn.codeforfun.migrate.core.entity.structure.Procedure.class - [JAR]
├─ cn.codeforfun.migrate.core.entity.structure.Routine.class - [JAR]
├─ cn.codeforfun.migrate.core.entity.structure.Table.class - [JAR]
├─ cn.codeforfun.migrate.core.entity.structure.Trigger.class - [JAR]
├─ cn.codeforfun.migrate.core.entity.structure.View.class - [JAR]
cn.codeforfun.migrate.core.exception
├─ cn.codeforfun.migrate.core.exception.DatabaseConnectException.class - [JAR]
cn.codeforfun.migrate.core.entity.structure.annotations
├─ cn.codeforfun.migrate.core.entity.structure.annotations.DbUtilProperty.class - [JAR]