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 phantom-migrations_2.11-0.46.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.outworkers.phantom.migrations.tables
├─ com.outworkers.phantom.migrations.tables.Migration.class - [JAR]
com.outworkers.phantom.migrations.diffs
├─ com.outworkers.phantom.migrations.diffs.ColumnDiff.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.Comparison.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.DatabaseDiff.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.Diff.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.DiffConfig.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.DiffConflict.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.DiffRule.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.Differ.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.InvalidAddition.class - [JAR]
├─ com.outworkers.phantom.migrations.diffs.TypeMismatch.class - [JAR]
com.outworkers.phantom.migrations
├─ com.outworkers.phantom.migrations.package.class - [JAR]
com.outworkers.phantom.migrations.macros
├─ com.outworkers.phantom.migrations.macros.MigrationHelper.class - [JAR]
├─ com.outworkers.phantom.migrations.macros.MigrationHelperMacro.class - [JAR]
com.outworkers.phantom.migrations.plans
├─ com.outworkers.phantom.migrations.plans.MigrationPlan.class - [JAR]
├─ com.outworkers.phantom.migrations.plans.MigrationPlanBuilder.class - [JAR]
├─ com.outworkers.phantom.migrations.plans.Plans.class - [JAR]
├─ com.outworkers.phantom.migrations.plans.Spec.class - [JAR]
├─ com.outworkers.phantom.migrations.plans.Specified.class - [JAR]
├─ com.outworkers.phantom.migrations.plans.Unspecified.class - [JAR]